빅데이터/빅데이터Hadoop
빅데이터 하둡 프로그래밍 교육과정 ] Haddop 하둡 설치 - root 계정
행복한짱짱이
2018. 1. 14. 09:47
빅데이터 하둡 프로그래밍 교육과정 ] Haddop 하둡 설치 - root 계정
빅데이터 하둡 프로그래밍 교육과정 ] Haddop 하둡 설치 - root 계정
실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.
Hadoop 하둡 설치 – root 계정
네트워크 설정
- IP 확인하기( 192.168.56.101 혹은 102, 103 ... )
[root@hadoop01 ~]# ifconfig
- 호스트 설정( 기존에 있는 2줄 아래에 추가 ) [root@hadoop01 ~]# vi /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.0.2.15 hadoop01
- 방화벽 중단하기
[root@hadoop01 ~]# ntsysv
....
[*] ip6tables -> [ ] ip6tables [*] iptables -> [ ] iptables
....
[root@hadoop01 ~]# iptables -F