MAPREDUCE-4742. Fix typo in nnbench#displayUsage. Contributed by Liang Xie.

(cherry picked from commit 20b8ee1350)
This commit is contained in:
Tsuyoshi Ozawa 2015-03-11 00:41:12 +09:00
parent dbcdcb0d3c
commit 482504befd
2 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,8 @@ Release 2.8.0 - UNRELEASED
BUG FIXES
MAPREDUCE-4742. Fix typo in nnbench#displayUsage. (Liang Xie via ozawa)
Release 2.7.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -182,8 +182,8 @@ public class NNBench {
"\t-reduces <number of reduces. default is 1. This is not mandatory>\n" +
"\t-startTime <time to start, given in seconds from the epoch. " +
"Make sure this is far enough into the future, so all maps " +
"(operations) will start at the same time>. " +
"default is launch time + 2 mins. This is not mandatory \n" +
"(operations) will start at the same time. " +
"default is launch time + 2 mins. This is not mandatory>\n" +
"\t-blockSize <Block size in bytes. default is 1. " +
"This is not mandatory>\n" +
"\t-bytesToWrite <Bytes to write. default is 0. " +