[Title][gallery1][random][10][http://hcmutengineer.blogspot.com/][Responsive]

 


After setup centos 6.5 desktop.
1> Prepare:
- some cloudera 's service require pre service in centos before.
Firstly: each node have to sep up openssh
   $yum update
   $yum install openssh-client openssh-server
   $service sshd start
Cloudera require remote login by user root, so that deploy service on each node ,we need to use a same password.
  $su
  $passwd
Some cloudera's service not allow by firewall, thus before starting, we permit corresponding port. because some port were denied so much so we turn off firewall .
$service iptables stop
$chkconfig iptables off
Cloudera often access to some host through their hostname. So that use local DNS, we need permit DNS server có khả năng phân giải các máy nội bộ.Nếu không có DNS hoặc dùng static IP, ta cần thêm vào file /etc/hosts trên từng máy danh sách các hostname và địa chỉ tương ứng của tất cả các host chủng bị triển khai trên cloudera.
Finally, we disable Selinux:
$vi /etc/selinux/config
edit at line
SELINUX=disabled
2> Setup cloudera Manager Server
  we do step by step:
$curl -O http://archive.cloudera.com/cm4/installer/latest/cloudera-manager-installer.bin.
$chmod 0764 Cloudera-manager-installer.bin
$./Cloudera-manager-installer.bin

cửa sổ cài đặt hiện lên, bấm next và yes là được( cái nào xuất hiện đều bấm yes và next)








Post a Comment

 
Top