You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Bharat Viswanadham (JIRA)" <ji...@apache.org> on 2017/09/13 18:22:00 UTC

[jira] [Created] (HADOOP-14867) Update HDFS Federation Document, for incorrect property name for secondary name node

Bharat Viswanadham created HADOOP-14867:
-------------------------------------------

             Summary: Update HDFS Federation Document, for incorrect property name for secondary name node
                 Key: HADOOP-14867
                 URL: https://issues.apache.org/jira/browse/HADOOP-14867
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Bharat Viswanadham


HDFS Federation setup documentation is having incorrect property name for secondary namenode http port

It is mentioned as 
<property>
    <name>dfs.namenode.secondaryhttp-address.ns1</name>
    <value>snn-host1:http-port</value>
  </property>
  <property>
    <name>dfs.namenode.rpc-address.ns2</name>
    <value>nn-host2:rpc-port</value>
  </property>

Actual property should be dfs.namenode.secondary.http-address.ns.

Because of this documentation error, when the document is followed and user tries to setup HDFS federated cluster, secondary namenode will not be started and also 
hdfs getconf -secondarynamenodes will throw an exception 




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org