YARN-2603. ApplicationConstants missing HADOOP_MAPRED_HOME (Ray Chiang via aw)

This commit is contained in:
Allen Wittenauer 2014-11-12 17:04:24 -08:00
parent 09f36b1688
commit a6de8f2e30
2 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,9 @@ 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-15 Release 2.6.0 - 2014-11-15
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -180,6 +180,11 @@ public enum Environment {
*/ */
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
*/ */