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

(cherry picked from commit 1ccbc29708)
This commit is contained in:
Tsuyoshi Ozawa 2015-03-20 00:58:34 +09:00
parent 0eeb760c55
commit ef9aa7c34b
2 changed files with 3 additions and 1 deletions

View File

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

View File

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