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