[ 
https://issues.apache.org/jira/browse/HDFS-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13687844#comment-13687844
 ] 

Hudson commented on HDFS-4917:
------------------------------

Integrated in Hadoop-Yarn-trunk #245 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/245/])
    HDFS-4917. Start-dfs.sh cannot pass the parameters correctly. Contributed 
by Fengdong Yu. (Revision 1494433)

     Result = FAILURE
suresh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1494433
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/start-dfs.sh

                
> 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

Reply via email to