MAPREDUCE-4742. Fix typo in nnbench#displayUsage. Contributed by Liang Xie.
This commit is contained in:
parent
d39bc903a0
commit
20b8ee1350
@ -257,6 +257,8 @@ Release 2.8.0 - UNRELEASED
|
|||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
|
MAPREDUCE-4742. Fix typo in nnbench#displayUsage. (Liang Xie via ozawa)
|
||||||
|
|
||||||
Release 2.7.0 - UNRELEASED
|
Release 2.7.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -182,8 +182,8 @@ private static void displayUsage() {
|
|||||||
"\t-reduces <number of reduces. default is 1. This is not mandatory>\n" +
|
"\t-reduces <number of reduces. default is 1. This is not mandatory>\n" +
|
||||||
"\t-startTime <time to start, given in seconds from the epoch. " +
|
"\t-startTime <time to start, given in seconds from the epoch. " +
|
||||||
"Make sure this is far enough into the future, so all maps " +
|
"Make sure this is far enough into the future, so all maps " +
|
||||||
"(operations) will start at the same time>. " +
|
"(operations) will start at the same time. " +
|
||||||
"default is launch time + 2 mins. This is not mandatory \n" +
|
"default is launch time + 2 mins. This is not mandatory>\n" +
|
||||||
"\t-blockSize <Block size in bytes. default is 1. " +
|
"\t-blockSize <Block size in bytes. default is 1. " +
|
||||||
"This is not mandatory>\n" +
|
"This is not mandatory>\n" +
|
||||||
"\t-bytesToWrite <Bytes to write. default is 0. " +
|
"\t-bytesToWrite <Bytes to write. default is 0. " +
|
||||||
|
Loading…
Reference in New Issue
Block a user