HDFS-7322. deprecate sbin/hadoop-daemon.sh (aw)

This commit is contained in:
Allen Wittenauer 2015-02-12 11:51:35 -08:00
parent 04f5ef18f7
commit 58cb9f5293
2 changed files with 5 additions and 0 deletions

View File

@ -52,5 +52,8 @@ else
hdfsscript="${HADOOP_HDFS_HOME}/bin/hdfs"
fi
hadoop_error "WARNING: Use of this script to ${daemonmode} HDFS daemons is deprecated."
hadoop_error "WARNING: Attempting to execute replacement \"hdfs --daemon ${daemonmode}\" instead."
exec "$hdfsscript" --config "${HADOOP_CONF_DIR}" --daemon "${daemonmode}" "$@"

View File

@ -139,6 +139,8 @@ Trunk (Unreleased)
HDFS-316. Balancer should run for a configurable # of iterations (Xiaoyu
Yao via aw)
HDFS-7322. deprecate sbin/hadoop-daemon.sh (aw)
OPTIMIZATIONS
BUG FIXES