git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-204@1136669 13f79535-47bb-0310-9956-ffa450edef68
@@ -81,6 +81,8 @@ Release 0.20.204.0 - unreleased
IMPROVEMENTS
+ HADOOP-7398. Suppress warnings about use of HADOOP_HOME. (omalley)
+
MAPREDUCE-2415. Distribute the user task logs on to multiple disks.
(Bharath Mundlapudi via omalley)
@@ -50,11 +50,6 @@
bin=`dirname "$0"`
bin=`cd "$bin"; pwd`
-if [ "$HADOOP_HOME" != "" ]; then
- echo "Warning: \$HADOOP_HOME is deprecated."
- echo
-fi
-
. "$bin"/../libexec/hadoop-config.sh
cygwin=false