Bug 1001413 - MapReduce documentation
Summary: MapReduce documentation
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Documentation
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR4
: 6.2.0
Assignee: gsheldon
QA Contact: Josh West
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-27 02:51 UTC by Josh West
Modified: 2014-01-16 00:02 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Build: CSProcessor Builder Version 1.12 Build Name: 14115, Developer Guide-6.1-2 Build Date: 06-08-2013 10:08:07 Topic ID: 13351-381533 [Specified]
Last Closed: 2014-01-16 00:02:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Josh West 2013-08-27 02:51:29 UTC
Title: About MapReduce

Describe the issue:

Section 3.2. appears to be incorrect - see starred text:

3.b. If a Combiner has been specified with **task.combinedWith(Reducer)**, the Combiner is called on the Mapper results and the combiner's results are retured to the master node or inserted in the intermediary cache.

Suggestions for improvement:



Additional information:

Comment 2 gsheldon 2013-08-29 02:27:06 UTC
Adding NeedInfo for Dan.

Comment 3 Dan Berindei 2013-08-30 09:34:34 UTC
I agree that the section is a bit confusing, Combiner is capitalized so users might expect it to be an actual interface. But the combiner uses the Reducer interface, so task.combinedWith() has a Reducer parameter. Perhaps we should change **task.combinedWith(Reducer)** to **task.combinedWith(combiner)**, without a capital C?

Comment 6 Misha H. Ali 2014-01-16 00:02:13 UTC
The fix for this bug is now generally released and available here:

https://access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Data_Grid/6.2/index.html


Note You need to log in before you can comment on or make changes to this bug.