You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Glynn Durham (JIRA)" <ji...@apache.org> on 2010/08/05 19:07:16 UTC

[jira] Created: (MAPREDUCE-1996) API: Reducer.reduce() method detail misstatement

API: Reducer.reduce() method detail misstatement
------------------------------------------------

                 Key: MAPREDUCE-1996
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1996
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: documentation
         Environment: Seen in Hadoop 0.20.2 API and Hadoop 0.19.x API
            Reporter: Glynn Durham
            Priority: Trivial
             Fix For: 0.20.2


method detail for Reducer.reduce() method has paragraph starting:

"Applications can use the Reporter  provided to report progress or just indicate that they are alive. In scenarios where the application takes an insignificant amount of time to process individual key/value pairs, this is crucial since the framework might assume that the task has timed-out and kill that task. "

s/an insignificant amount of time/a significant amount of time/


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.