Revert "YARN-2603. ApplicationConstants missing HADOOP_MAPRED_HOME (Ray Chiang via aw)"
This reverts commitb0a9cd37ab
. Conflicts: hadoop-yarn-project/CHANGES.txt (cherry picked from commit4ae9780e6a
)
This commit is contained in:
parent
fc324d7062
commit
d35bcf2074
|
@ -54,9 +54,6 @@ Release 2.7.0 - UNRELEASED
|
|||
YARN-2713. "RM Home" link in NM should point to one of the RMs in an
|
||||
HA setup. (kasha)
|
||||
|
||||
YARN-2603. ApplicationConstants missing HADOOP_MAPRED_HOME (Ray Chiang via
|
||||
aw)
|
||||
|
||||
Release 2.6.0 - 2014-11-18
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -180,11 +180,6 @@ public interface ApplicationConstants {
|
|||
*/
|
||||
HADOOP_HDFS_HOME("HADOOP_HDFS_HOME"),
|
||||
|
||||
/**
|
||||
* $HADOOP_MAPRED_HOME
|
||||
*/
|
||||
HADOOP_MAPRED_HOME("HADOOP_MAPRED_HOME"),
|
||||
|
||||
/**
|
||||
* $MALLOC_ARENA_MAX
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue