HDFS-4917. Merge 1494433 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1494446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0128a87eca
commit
c9371d3e41
|
@ -397,6 +397,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.
|
||||
|
|
|
@ -47,7 +47,7 @@ if [ $# -ge 1 ]; then
|
|||
fi
|
||||
|
||||
#Add other possible options
|
||||
nameStartOpt="$nameStartOpts $@"
|
||||
nameStartOpt="$nameStartOpt $@"
|
||||
|
||||
#---------------------------------------------------------
|
||||
# namenodes
|
||||
|
|
Loading…
Reference in New Issue