Hadoop

하둡을 설치하기 위해 VMware에 CentOS를 설치

우혁이 아빠 2012. 3. 11. 20:05
VMware에 CentOS 설치는 껌이죠...

설치하고 난 뒤 한글 입력이 안된다.

step1. ibus 설치


step2. ibus 설정




step3. 사용


된다.   ㅋㅋㅋ 이제는 하둡의 세계로 ... 
 

앗!!! vmware-tools install 시 잘 안된다.
[root@localhost ~]# yum install gcc 
[root@localhost ~]# yum install gcc kernels-devel
한 뒤에 하자.

CentOS는 ssh 가 설치 되어 있다.
# vi /etc/ssh/ssh_config
#service sshd restart

#ps -ef | grep ssh

로 /usr/sbin/sshd

가 떠 있는지 확인.

#netstat -ntltp | grep 포트번호

로 해당 포트번호로 받을 준비가 되어 있는지 확인.

[root@localhost ~]# yum install rsync