Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.20.1
-
None
-
Seen in Hadoop 0.20.2 API and Hadoop 0.19.x API
-
Reviewed
-
Fix a misleading documentation note about the usage of Reporter objects in Reducers.
Description
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/