HDFS-4917. Start-dfs.sh cannot pass the parameters correctly. Contributed by Fengdong Yu.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1494433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Suresh Srinivas 2013-06-19 03:53:10 +00:00
parent a1667e5177
commit 571aa3900c
2 changed files with 4 additions and 1 deletions

View File

@ -588,6 +588,9 @@ Release 2.1.0-beta - UNRELEASED
HDFS-4906. HDFS Output streams should not accept writes after being
closed. (atm)
HDFS-4917. Start-dfs.sh cannot pass the parameters correctly.
(Fengdong Yu via suresh)
BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS
HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.

View File

@ -47,7 +47,7 @@ if [ $# -ge 1 ]; then
fi
#Add other possible options
nameStartOpt="$nameStartOpts $@"
nameStartOpt="$nameStartOpt $@"
#---------------------------------------------------------
# namenodes