Browse Source

MAPREDUCE-6281. Fix javadoc in Terasort. Contributed by Albert Chu.

Tsuyoshi Ozawa 10 years ago
parent
commit
1ccbc29708

+ 2 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -275,6 +275,8 @@ Release 2.8.0 - UNRELEASED
 
   BUG FIXES
 
+    MAPREDUCE-6281. Fix javadoc in Terasort. (Albert Chu via ozawa)
+
 Release 2.7.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/terasort/TeraSort.java

@@ -145,7 +145,7 @@ public class TeraSort extends Configured implements Tool {
      * Read the cut points from the given sequence file.
      * @param fs the file system
      * @param p the path to read
-     * @param job the job config
+     * @param conf the job config
      * @return the strings to split the partitions on
      * @throws IOException
      */