[
https://issues.apache.org/jira/browse/HDFS-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fengdong Yu updated HDFS-4917:
------------------------------
Status: Patch Available (was: Open)
> 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
>
> Attachments: HDFS-4917.patch
>
>
> 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