MAPREDUCE-6281. Fix javadoc in Terasort. Contributed by Albert Chu.
(cherry picked from commit 1ccbc29708f7e89b9292a861df3bc3b8f4f7febe)
This commit is contained in:
parent
0eeb760c55
commit
ef9aa7c34b
@ -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
|
||||||
|
@ -145,7 +145,7 @@ void print(PrintStream strm) throws IOException {
|
|||||||
* 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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user