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

This commit is contained in:
Tsuyoshi Ozawa 2015-03-20 00:58:34 +09:00
parent 522c897146
commit 1ccbc29708
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -145,7 +145,7 @@ void print(PrintStream strm) throws IOException {
* 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
*/