Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Book review
- Book
- Malaysia
- Python
- essay
- Italy
- erlang
- hbase
- Linux
- web
- programming_book
- ubuntu
- program
- django
- AI
- comic agile
- history
- France
- MySQL
- Kuala Lumpur
- QT
- Artificial Intelligence
- hadoop
- management
- agile
- Software Engineering
- Programming
- leadership
- RFID
- Java
Archives
- Today
- Total
cloudera manager로 설치 본문
1.
ssh passwordless login, /etc/hosts, 필요하면 /etc/hosts.allow 설정
2.
repository file 준비. rhel5, rhel6별로 다름. /etc/yum.repos.d에 복사
외부 접속이 가능해야 하므로 /etc/yum.conf에 proxy 추가
3.
postgresql 기존 버전 삭제; yum erase postgresql -y * 기존 버전 삭제 안 하면 이전 정보가 충돌하는 걸로 보임
다시 설치 * 8.1은 cloudera-manager와 충돌
rhel5; yum install postgresql84 -y
rhel6; yum install postgresql -y
4.
chmod u+x cloudera-manager-installer.bin
./cloudera-manager-installer.bin
5.
xx.yy.zz.ww:7180으로 접속해 설치
6.
permission 해제
(optional)
cloudera-manager; expiration 설정
모든 서비스; /var directory /data1으로 수정
단 zookeeper의 경우 log만 바꾸고 트랜잭션과 데이터는 그대로 사용, hdfs의 경우 UNIX socket 경로 그대로 사용
Comments