[HADOOP] start-dfs.sh를 실행할 수 없습니다
HADOOPstart-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.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
from https://stackoverflow.com/questions/26456740/unable-to-run-start-dfs-sh by cc-by-sa and MIT license
'HADOOP' 카테고리의 다른 글
[HADOOP] 확률과 예측이 모든 것을 동일하게 만드는 Spark MLLib 관련 문제 (0) | 2019.09.08 |
---|---|
[HADOOP] 하둡 작업 추적기 문제 (0) | 2019.09.08 |
[HADOOP] ssh : 호스트 이름을 확인할 수 없습니다. 알 수없는 이름 또는 서비스 (0) | 2019.09.08 |
[HADOOP] Hadoop MapReduce의 감속기에서 매퍼 카운터에 액세스 (0) | 2019.09.08 |
[HADOOP] jooq는 기존의 방언을 확장합니다. Hive 방언을 아파치하기 위해 MySQL 방언 채택 (0) | 2019.09.08 |