diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index 89068090fcd..9f83de7b654 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -30,6 +30,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 diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/terasort/TeraSort.java b/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/terasort/TeraSort.java index fe771fc46d1..5d586e67c55 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/terasort/TeraSort.java +++ b/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 */