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:
Vinod Kumar Vavilapalli 2014-11-13 13:17:11 -08:00
parent 9ff7315cbe
commit 4ae9780e6a
2 changed files with 0 additions and 8 deletions

View File

@ -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
HA setup. (kasha)
YARN-2603. ApplicationConstants missing HADOOP_MAPRED_HOME (Ray Chiang via
aw)
Release 2.6.0 - 2014-11-18
INCOMPATIBLE CHANGES

View File

@ -180,11 +180,6 @@ public enum Environment {
*/
HADOOP_HDFS_HOME("HADOOP_HDFS_HOME"),
/**
* $HADOOP_MAPRED_HOME
*/
HADOOP_MAPRED_HOME("HADOOP_MAPRED_HOME"),
/**
* $MALLOC_ARENA_MAX
*/