@@ -343,6 +343,8 @@ Trunk (Unreleased)
HADOOP-11284. Fix variable name mismatches in hadoop-functions.sh (Masatake
Iwasaki via aw)
+ HADOOP-11298. slaves.sh and stop-all.sh are missing slashes (aw)
+
OPTIMIZATIONS
HADOOP-7761. Improve the performance of raw comparisons. (todd)
@@ -36,7 +36,7 @@ if [[ -n "${HADOOP_PREFIX}" ]]; then
DEFAULT_LIBEXEC_DIR="${HADOOP_PREFIX}/libexec"
else
this="${BASH_SOURCE-$0}"
- bin=$(cd -P -- "$(dirname -- "${this}")" >dev/null && pwd -P)
+ bin=$(cd -P -- "$(dirname -- "${this}")" >/dev/null && pwd -P)
DEFAULT_LIBEXEC_DIR="${bin}/../libexec"
fi
@@ -26,7 +26,7 @@ if [[ -n "${HADOOP_PREFIX}" ]]; then