Skip to content

Commit 1ccbc29

Browse files
committed
MAPREDUCE-6281. Fix javadoc in Terasort. Contributed by Albert Chu.
1 parent 522c897 commit 1ccbc29

File tree

2 files changed

+3
-1
lines changed
  • hadoop-mapreduce-project

2 files changed

+3
-1
lines changed

hadoop-mapreduce-project/CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ Release 2.8.0 - UNRELEASED
275275

276276
BUG FIXES
277277

278+
MAPREDUCE-6281. Fix javadoc in Terasort. (Albert Chu via ozawa)
279+
278280
Release 2.7.0 - UNRELEASED
279281

280282
INCOMPATIBLE CHANGES

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ void print(PrintStream strm) throws IOException {
145145
* Read the cut points from the given sequence file.
146146
* @param fs the file system
147147
* @param p the path to read
148-
* @param job the job config
148+
* @param conf the job config
149149
* @return the strings to split the partitions on
150150
* @throws IOException
151151
*/

0 commit comments

Comments
 (0)