Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E541318A4A for ; Thu, 20 Aug 2015 02:13:26 +0000 (UTC) Received: (qmail 3587 invoked by uid 500); 20 Aug 2015 02:13:26 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 3524 invoked by uid 500); 20 Aug 2015 02:13:26 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 3515 invoked by uid 99); 20 Aug 2015 02:13:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2015 02:13:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 83E12E7D97; Thu, 20 Aug 2015 02:13:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aajisaka@apache.org To: common-commits@hadoop.apache.org Message-Id: <897a30eef7624dc29dde5865fbeb6f30@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-12061. Incorrect command in single cluster setup document. Contributed by Kengo Seki. Date: Thu, 20 Aug 2015 02:13:26 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/branch-2 acf241242 -> 5fb8ac18d HADOOP-12061. Incorrect command in single cluster setup document. Contributed by Kengo Seki. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5fb8ac18 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5fb8ac18 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5fb8ac18 Branch: refs/heads/branch-2 Commit: 5fb8ac18d1262b248c01eff03e91020340ae88de Parents: acf2412 Author: Akira Ajisaka Authored: Thu Aug 20 11:11:12 2015 +0900 Committer: Akira Ajisaka Committed: Thu Aug 20 11:11:12 2015 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/site/markdown/SingleCluster.md.vm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/5fb8ac18/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index ee34f99..dd2272d 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -599,6 +599,9 @@ Release 2.7.2 - UNRELEASED HADOOP-11932. MetricsSinkAdapter may hang when being stopped. (Brahma Reddy Battula via jianhe) + HADOOP-12061. Incorrect command in single cluster setup document. + (Kengo Seki via aajisaka) + Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/5fb8ac18/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm b/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm index 78a08b0..20a202f 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm +++ b/hadoop-common-project/hadoop-common/src/site/markdown/SingleCluster.md.vm @@ -139,7 +139,7 @@ If you cannot ssh to localhost without a passphrase, execute the following comma $ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa $ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys - $ export HADOOP\_PREFIX=/usr/local/hadoop + $ chmod 0600 ~/.ssh/authorized_keys $H3 Execution