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.
|
MAPREDUCE-6405. NullPointerException in App Attempts page.
|
||||||
(Siqi Li and Gera Shegalov via devaraj)
|
(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
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -59,7 +59,6 @@ import org.apache.hadoop.mapred.JobConf;
|
||||||
import org.apache.hadoop.mapred.Reducer;
|
import org.apache.hadoop.mapred.Reducer;
|
||||||
import org.apache.hadoop.mapreduce.MRJobConfig;
|
import org.apache.hadoop.mapreduce.MRJobConfig;
|
||||||
import org.apache.hadoop.mapreduce.TaskAttemptID;
|
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
|
* This program executes a specified operation that applies load to
|
||||||
|
@ -197,7 +196,7 @@ public class NNBench {
|
||||||
"This is not mandatory>\n" +
|
"This is not mandatory>\n" +
|
||||||
"\t-replicationFactorPerFile <Replication factor for the files." +
|
"\t-replicationFactorPerFile <Replication factor for the files." +
|
||||||
" default is 1. This is not mandatory>\n" +
|
" 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" +
|
"This is not mandatory>\n" +
|
||||||
"\t-readFileAfterOpen <true or false. if true, it reads the file and " +
|
"\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 " +
|
"reports the average time to read. This is valid with the open_read " +
|
||||||
|
|
Loading…
Reference in New Issue