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/36b1a1e7
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/36b1a1e7
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/36b1a1e7

Branch: refs/heads/HDFS-7240
Commit: 36b1a1e784789170350bcd78f394129ce50ba4e4
Parents: 1e06299
Author: Akira Ajisaka <aajis...@apache.org>
Authored: Thu Aug 20 11:09:45 2015 +0900
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Thu Aug 20 11:09:45 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/36b1a1e7/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 943dbac..c033f05 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -1096,6 +1096,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/36b1a1e7/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 ca5b48c..2de8b2b 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
@@ -140,7 +140,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
-      $ chmod 0700 ~/.ssh/authorized_keys
+      $ chmod 0600 ~/.ssh/authorized_keys
 
 $H3 Execution
 

Reply via email to