MAPREDUCE-6403. Fix typo in the usage of NNBench. Contributed by Jagadesh Kiran N.

This commit is contained in:
Akira Ajisaka 2015-06-22 15:32:39 +09:00
parent 6c7a9d502a
commit 445b13240c
2 changed files with 4 additions and 2 deletions

View File

@ -492,6 +492,9 @@ Release 2.8.0 - UNRELEASED
MAPREDUCE-6405. NullPointerException in App Attempts page.
(Siqi Li and Gera Shegalov via devaraj)
MAPREDUCE-6403. Fix typo in the usage of NNBench.
(Jagadesh Kiran N via aajisaka)
Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -59,7 +59,6 @@
import org.apache.hadoop.mapred.Reducer;
import org.apache.hadoop.mapreduce.MRJobConfig;
import org.apache.hadoop.mapreduce.TaskAttemptID;
import org.apache.hadoop.mapreduce.v2.api.records.TaskId;
/**
* This program executes a specified operation that applies load to
@ -197,7 +196,7 @@ private static void displayUsage() {
"This is not mandatory>\n" +
"\t-replicationFactorPerFile <Replication factor for the files." +
" default is 1. This is not mandatory>\n" +
"\t-baseDir <base DFS path. default is /becnhmarks/NNBench. " +
"\t-baseDir <base DFS path. default is /benchmarks/NNBench. " +
"This is not mandatory>\n" +
"\t-readFileAfterOpen <true or false. if true, it reads the file and " +
"reports the average time to read. This is valid with the open_read " +