- Host hardware configuration
Operating environment hardware and software Environment L host operating system: Windows 4 bit, dual core, 2.2g,8g memory
L Virtual software: VMware? Workstation 9.0.0 build-812388
L Virtual Machine Operating system: CentOs 64bit, single core, 2G RAM
- virtual machine hardware and software configuration
Cluster network environment cluster consists of three nodes: LAN connection between nodes, can ping each other. The node IP address and hostname distribution are as follows:
l 192.168.58.128 namenode (Installation machine)
l 192.168.58.129 datanode1
l 192.168.58.130 datanode2
All nodes are CentOS systems, firewall iptables is disabled and can be namenode without a password ssh to two datanode nodes
- Download bin file
Choose Cloudera Manager here:Http://archive-primary.cloudera.com/cm5/installer/5.3.2/cloudera-manager-installer.bin
- Download the RPM package required by Cloudera Manager
Download URL:http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.3.2/RPMS/x86_64/
- install rpm file
Put the downloaded RPM package into the folder rpm (folder name is arbitrary)
$cd ./rpm (enter rpm directory)
$yum localinstall–-nogpgcheck *.rpm ( install rpm Package"
- Installing RPM files
Go to cloudera-manager-installer.bin download directory
$chmod u+x cloudera-manager-installer.bin (permissions to the downloaded bin file)
Execute./cloudera-manager-installer.bin (about 10 minutes)
- Login cm
Browser input localhost:7180 Initial login user name: admin Password: admin
- local parcel Source
Configure local parcel source
$yum Install httpd
$service httpd Start
$mkdir/var/www/html/cdh5
$MV Cdh-5.3.2-1.cdh5.3.2.p0.10-el6.parcel/var/www/html/cdh5
$MV Manifest.json/var/www/html/cdh5
$MV Cdh-5.3.2-1.cdh5.3.2.p0.10-el6.parcel.sha1/var/www/html/cdh5
$chmod-R Ugo+rx/var/www/html/cdh5
Get parcel can be obtained from the following URLs, download. parcel files, Manifest.json files, and.Sha1:
http://archive-primary.cloudera.com/cdh5/parcels/5.3.2.10/
The file can be viewed after a successful configuration
- Configuration Parcel Source
Configure add namenode/cdh5/to parcel as a remote repository during installation, and place the first location in the remote warehouse list
Add machine when selecting those machines to install the CDH cluster, enter 192.168.58. [128-130] to find out three machines
Once you have configured the local source, click Next and the following interface appears
- Installing parcel
- Select a service
Always next, select the service you want to install
- Cluster configuration
Next is the configuration and execution of the cluster
- Login Dashboard
All successful after entering the system:
Installation of Cloudera Manager5.3.2 under Centos 6.5