복붙노트

[HADOOP] start-dfs.sh를 실행할 수 없습니다

HADOOP

start-dfs.sh를 실행할 수 없습니다

start-dfs.sh를 실행할 수 없습니다

ubuntu@UBUNTU:~$ start-dfs.sh
14/10/19 19:26:50 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Starting namenodes on [localhost]
localhost: ssh: connect to host localhost port 22: Connection refused
localhost: ssh: connect to host localhost port 22: Connection refused
Starting secondary namenodes [0.0.0.0]
0.0.0.0: ssh: connect to host 0.0.0.0 port 22: Connection refused
14/10/19 19:27:19 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
ubuntu@UBUNTU:~$

hadoop을 설치하는 동안 다음을 수행했습니다.

ssh-keygen -t rsa -P ''
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys

해결법

  1. ==============================

    1.ssh localhost가 작동합니까? 나는 그렇지 않다고 생각한다. 먼저 그 일을해야합니다. 공개 / 개인 키 세트의 작동 조합이 있어야합니다. 자세한 내용은 Google 비밀번호없는 SSH 로그인 또는 예를 참조하십시오 : http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/internet/node31.html

    ssh localhost가 작동합니까? 나는 그렇지 않다고 생각한다. 먼저 그 일을해야합니다. 공개 / 개인 키 세트의 작동 조합이 있어야합니다. 자세한 내용은 Google 비밀번호없는 SSH 로그인 또는 예를 참조하십시오 : http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/internet/node31.html

  2. from https://stackoverflow.com/questions/26456740/unable-to-run-start-dfs-sh by cc-by-sa and MIT license