[Project]ubuntu Hadoop 가상분산모드(Pseudo distributed) 구현
sudo install apt-get yum
https://parksuseong.blogspot.com/2019/04/312-2-standalone-pseudo-distributed.html
https://jinjeecode.tistory.com/18 https://net0310.tistory.com/entry/Hadoop-%EC%84%A4%EC%B9%98 https://jy86.tistory.com/entry/%E3%85%87
root@localhost 의 비밀번호 설정
관리자 모드로 접속 후 password설정
sudo -s passwd
‘configuration’ 태그 안에 내용 추가
‘configuration’ 태그 안에 내용 추가 - 맨 위 property 태그 내용만 추가하면 된다. 사실 여기는 완전분산모드를 구현하기 위한 사람들이 추가하면 된다.
~/hadoop/hadoop-2.10.0/bin/hadoop namenode -format
~/hadoop/hadoop-2.10.0/sbin/start-dfs.sh
jps
가상분산모드 설치 완료