[
https://issues.apache.org/jira/browse/HDFS-7667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14289828#comment-14289828
]
Allen Wittenauer commented on HDFS-7667:
----------------------------------------
While you're there, fix:
{code}
$HADOOP_PREFIX/bin/hdfs start namenode --config $HADOOP_CONF_DIR -upgrade
-clusterId <cluster_ID>
{code}
to be
{code}
$HADOOP_PREFIX/bin/hdfs --daemon start namenode --config $HADOOP_CONF_DIR
-upgrade -clusterId <cluster_ID>
{code}
Also be aware that this may not apply to 2.x. The documentation is different.
> Various typos and improvements to HDFS Federation doc
> -----------------------------------------------------
>
> Key: HDFS-7667
> URL: https://issues.apache.org/jira/browse/HDFS-7667
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: documentation
> Affects Versions: 2.6.0
> Reporter: Charles Lamb
> Assignee: Charles Lamb
> Priority: Minor
> Attachments: HDFS-7667.000.patch
>
>
> Fix several incorrect commands, typos, grammatical errors, etc. in the HDFS
> Federation doc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)