You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Fengdong Yu (JIRA)" <ji...@apache.org> on 2013/06/19 05:07:22 UTC

[jira] [Created] (HDFS-4917) Start-dfs.sh cannot pass the parameters correctly

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