HADOOP-8057 hadoop-setup-conf.sh not working because of some extra spaces.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1290859 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a57b9b8335
commit
2147427bd2
@ -206,6 +206,9 @@ Release 0.23.2 - UNRELEASED
|
||||
HADOOP-8046 Revert StaticMapping semantics to the existing ones, add DNS
|
||||
mapping diagnostics in progress (stevel)
|
||||
|
||||
HADOOP-8057 hadoop-setup-conf.sh not working because of some extra spaces.
|
||||
(Vinayakumar B via stevel)
|
||||
|
||||
Release 0.23.1 - 2012-02-17
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -246,7 +246,7 @@ OPTS=$(getopt \
|
||||
-l 'dfs-datanode-dir-perm:' \
|
||||
-l 'dfs-block-local-path-access-user:' \
|
||||
-l 'dfs-client-read-shortcircuit:' \
|
||||
-l 'dfs-client-read-shortcircuit-skip-checksum:' \
|
||||
-l 'dfs-client-read-shortcircuit-skip-checksum:' \
|
||||
-o 'h' \
|
||||
-- "$@")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user