[ 
https://issues.apache.org/jira/browse/HDFS-9094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiaobing Zhou updated HDFS-9094:
--------------------------------
    Attachment: HDFS-9094-HDFS-9000.008.patch

V008 handled the return code and kept err msg unchanged by restoring it back.
{noformat}
-      System.err.println("Node type " + nodeType +
-          " does not support reconfiguration.");
-      return 1;
+      err.println("Unrecognized node type: '" + nodeType + "'");
{noformat}

Some people in the community complain if we change the output of existing 
commands as they think it can break compatibility for existing scripts.

> Add command line option to ask NameNode reload configuration.
> -------------------------------------------------------------
>
>                 Key: HDFS-9094
>                 URL: https://issues.apache.org/jira/browse/HDFS-9094
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: namenode
>    Affects Versions: 2.7.0
>            Reporter: Xiaobing Zhou
>            Assignee: Xiaobing Zhou
>         Attachments: HDFS-9094-HDFS-9000.002.patch, 
> HDFS-9094-HDFS-9000.003.patch, HDFS-9094-HDFS-9000.004.patch, 
> HDFS-9094-HDFS-9000.005.patch, HDFS-9094-HDFS-9000.006.patch, 
> HDFS-9094-HDFS-9000.007.patch, HDFS-9094-HDFS-9000.008.patch, 
> HDFS-9094.001.patch
>
>
> This work is going to add DFS admin command that allows reloading NameNode 
> configuration. This is sibling work related to HDFS-6808.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to