YARN-7279. Fix typo in helper message of ContainerLauncher. Contributed by Elek, Marton.
(cherry picked from commit 592bf2d550a07ea5c5df3ba0ab2952c34d941b4b)
This commit is contained in:
parent
829a8e26b9
commit
6a152b3e91
@ -642,7 +642,7 @@ private String analysesErrorMsgOfContainerExitWithFailure(String errorMsg) {
|
||||
.append(" <value>HADOOP_MAPRED_HOME=${full path of your hadoop "
|
||||
+ "distribution directory}</value>\n")
|
||||
.append("</property>\n<property>\n")
|
||||
.append(" <name>mapreduce.reduce.e nv</name>\n")
|
||||
.append(" <name>mapreduce.reduce.env</name>\n")
|
||||
.append(" <value>HADOOP_MAPRED_HOME=${full path of your hadoop "
|
||||
+ "distribution directory}</value>\n")
|
||||
.append("</property>\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user