Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-7998

HDFS Federation : Command mentioned to add a NN to existing federated cluster is wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.8.0, 3.0.0-alpha1
    • documentation
    • None
    • Reviewed

    Description

      HDFS Federation documentation
      http://hadoop.apache.org/docs/r2.6.0/hadoop-project-dist/hadoop-hdfs/Federation.html
      has the following command to add a namenode to existing cluster

      > $HADOOP_PREFIX_HOME/bin/hdfs dfadmin -refreshNameNode <datanode_host_name>:<datanode_rpc_port>

      this command is incorrect, actual correct command is

      > $HADOOP_PREFIX_HOME/bin/hdfs dfsadmin -refreshNamenodes <datanode_host_name>:<datanode_rpc_port>

      need to update the same in documentation

      Attachments

        1. HDFS-7998.patch
          0.7 kB
          Ajith S

        Activity

          People

            ajithshetty Ajith S
            ajithshetty Ajith S
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: