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

This commit is contained in:
Allen Wittenauer 2014-11-12 17:02:53 -08:00
parent d7150a1bc2
commit b0a9cd37ab
2 changed files with 8 additions and 0 deletions

View File

@ -84,6 +84,9 @@ 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-15
INCOMPATIBLE CHANGES

View File

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