Fengdong Yu created HDFS-4917: --------------------------------- Summary: Start-dfs.sh cannot pass the parameters correctly Key: HDFS-4917 URL: https://issues.apache.org/jira/browse/HDFS-4917 Project: Hadoop HDFS Issue Type: Bug Components: datanode, namenode Affects Versions: 2.0.4-alpha Reporter: Fengdong Yu Assignee: Fengdong Yu Fix For: 2.1.0-beta
There is a typo, which I found during my upgrade test. I've uploaded the patch here. {code} nameStartOpt="$nameStartOpts $@ {code} it should be: {code} nameStartOpt="$nameStartOpt $@ {code} otherwise, some parameters will be ignored, such as: -upgrade, -rollback -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira