반응형
1. 에러 원인
there's no more data and the peer has closed the connection.
--> 데이터 노드에 데이터가 없어서 연결을 끊어 버리겟슴다
라고 하둡에서 말하는 거라는 것 같다.
2. 해결 방법
말로는 core-site.xml 에 들어가서 ip를
127.0.0.1 ==> 0.0.0.0 으로 바꾸라는 것 같다
3. 참고 링크
What is the meaning of EOF exceptions in hadoop namenode connections from hbase/filesystem?
This is both a general question about java EOF exceptions, as well as Hadoop's EOF exception which is related to jar interoperability. Comments and answers on either topic are acceptable. Backgr...
stackoverflow.com
반응형