MAPREDUCE-6403. Fix typo in the usage of NNBench. Contributed by Jagadesh Kiran N.
This commit is contained in:
parent
6c7a9d502a
commit
445b13240c
@ -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
|
||||
|
@ -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 " +
|
||||
|
Loading…
Reference in New Issue
Block a user