HADOOP-12061. Incorrect command in single cluster setup document. Contributed by Kengo Seki.
This commit is contained in:
parent
acf241242d
commit
5fb8ac18d1
|
@ -599,6 +599,9 @@ Release 2.7.2 - UNRELEASED
|
||||||
HADOOP-11932. MetricsSinkAdapter may hang when being stopped.
|
HADOOP-11932. MetricsSinkAdapter may hang when being stopped.
|
||||||
(Brahma Reddy Battula via jianhe)
|
(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
|
Release 2.7.1 - 2015-07-06
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -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
|
$ ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa
|
||||||
$ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
|
$ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
|
||||||
$ export HADOOP\_PREFIX=/usr/local/hadoop
|
$ chmod 0600 ~/.ssh/authorized_keys
|
||||||
|
|
||||||
$H3 Execution
|
$H3 Execution
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue