MAPREDUCE-6281. Fix javadoc in Terasort. Contributed by Albert Chu.
(cherry picked from commit 1ccbc29708
)
This commit is contained in:
parent
0eeb760c55
commit
ef9aa7c34b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue