Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2186C17BF7 for ; Thu, 4 Jun 2015 15:27:39 +0000 (UTC) Received: (qmail 59147 invoked by uid 500); 4 Jun 2015 15:27:38 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 59105 invoked by uid 500); 4 Jun 2015 15:27:38 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 59092 invoked by uid 99); 4 Jun 2015 15:27:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2015 15:27:38 +0000 Date: Thu, 4 Jun 2015 15:27:38 +0000 (UTC) From: "Hadoop QA (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12061) Incorrect command in 2.7.0 single cluster setup document MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14572975#comment-14572975 ] Hadoop QA commented on HADOOP-12061: ------------------------------------ \\ \\ | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || | {color:blue}0{color} | pre-patch | 2m 59s | Pre-patch trunk compilation is healthy. | | {color:green}+1{color} | @author | 0m 0s | The patch does not contain any @author tags. | | {color:green}+1{color} | release audit | 0m 19s | The applied patch does not increase the total number of release audit warnings. | | {color:green}+1{color} | site | 3m 2s | Site still builds. | | {color:green}+1{color} | whitespace | 0m 0s | The patch has no lines that end in whitespace. | | | | 6m 24s | | \\ \\ || Subsystem || Report/Notes || | Patch URL | http://issues.apache.org/jira/secure/attachment/12737593/HADOOP-12061.002.patch | | Optional Tests | site | | git revision | trunk / d7e7f6a | | Java | 1.7.0_55 | | uname | Linux asf907.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux | | Console output | https://builds.apache.org/job/PreCommit-HADOOP-Build/6921/console | This message was automatically generated. > 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 > Assignee: Kengo Seki > Priority: Minor > Labels: newbie > Attachments: HADOOP-12061.001.patch, HADOOP-12061.002.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)