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 "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/06/04 16:34:38 UTC

[jira] [Updated] (HADOOP-12061) Incorrect command in 2.7.0 single cluster setup document

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

Kengo Seki updated HADOOP-12061:
--------------------------------
    Attachment: HADOOP-12061.001.patch

> Incorrect command in 2.7.0 single cluster setup document
> --------------------------------------------------------
>
>                 Key: HADOOP-12061
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12061
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 2.7.0
>            Reporter: Kengo Seki
>            Priority: Minor
>              Labels: newbie
>         Attachments: HADOOP-12061.001.patch
>
>
> There seems to be a trivial fault in the single node cluster setup document on branch-2.
> "Setup passphraseless ssh" says as follows:
> {code}
>       $ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa
>       $ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
>       $ export HADOOP\_PREFIX=/usr/local/hadoop
> {code}
> But it should be:
> {code}
>       $ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa
>       $ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
>       $ chmod 0700 ~/.ssh/authorized_keys
> {code}



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