change hadoop prefix back to hadoop home
This commit is contained in:
parent
d6b68286ee
commit
08e1c16dd2
@ -272,7 +272,7 @@ public class ApplicationMaster {
|
|||||||
.newRecord(ContainerLaunchContext.class);
|
.newRecord(ContainerLaunchContext.class);
|
||||||
String cmd =
|
String cmd =
|
||||||
// use this to setup CLASSPATH correctly for libhdfs
|
// use this to setup CLASSPATH correctly for libhdfs
|
||||||
"CLASSPATH=${CLASSPATH}:`${HADOOP_PREFIX}/bin/hadoop classpath --glob` "
|
"CLASSPATH=${CLASSPATH}:`${HADOOP_HOME}/bin/hadoop classpath --glob` "
|
||||||
+ this.command + " 1>"
|
+ this.command + " 1>"
|
||||||
+ ApplicationConstants.LOG_DIR_EXPANSION_VAR + "/stdout"
|
+ ApplicationConstants.LOG_DIR_EXPANSION_VAR + "/stdout"
|
||||||
+ " 2>" + ApplicationConstants.LOG_DIR_EXPANSION_VAR
|
+ " 2>" + ApplicationConstants.LOG_DIR_EXPANSION_VAR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user