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:
parent
a1667e5177
commit
571aa3900c
@ -588,6 +588,9 @@ Release 2.1.0-beta - UNRELEASED
|
|||||||
HDFS-4906. HDFS Output streams should not accept writes after being
|
HDFS-4906. HDFS Output streams should not accept writes after being
|
||||||
closed. (atm)
|
closed. (atm)
|
||||||
|
|
||||||
|
HDFS-4917. Start-dfs.sh cannot pass the parameters correctly.
|
||||||
|
(Fengdong Yu via suresh)
|
||||||
|
|
||||||
BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS
|
BREAKDOWN OF HDFS-347 SUBTASKS AND RELATED JIRAS
|
||||||
|
|
||||||
HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.
|
HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.
|
||||||
|
@ -47,7 +47,7 @@ if [ $# -ge 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#Add other possible options
|
#Add other possible options
|
||||||
nameStartOpt="$nameStartOpts $@"
|
nameStartOpt="$nameStartOpt $@"
|
||||||
|
|
||||||
#---------------------------------------------------------
|
#---------------------------------------------------------
|
||||||
# namenodes
|
# namenodes
|
||||||
|
Loading…
Reference in New Issue
Block a user