Original articles, reproduced please specify: Reproduced from http://www.cnblogs.com/tovin/p/4689422.html
This article describes the installation steps for CM5.4 in CentOS 6
I. Building a yum Warehouse
1, build a Web server, the specific steps omitted
2, download cm, CDH parcels bag
Download cm RPM Package: wget-r-L-NP http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.4/
Download CDH Parcels Package: Wget-r-L-NP http://archive.cloudera.com/cdh5/parcels/5.4/(note: Download the corresponding version can be, Centos6[el6], Centos[el5], Ubuntu[precise], Debian[lucid], redhat[sles], Debian[squeeze,wheezy])
3, constructs the Yum repo file, baseurl the designated CM address on the line
[cloudera-manager] name = Cloudera Manager, Version 5 baseurl = http://XXX.XXX.XXX/5.4/ enabled = 1 gpgcheck = 0
Place the constructed repo file in the/etc/yum.repos.d/directory on the Cloudera Server machine
Execute and yum clean all && yum update
then execute yum search cloudera
to see if there is no correct search result
Second, installation
1, go to Cloudera official online face will cloudera-manager-installer.bin file down: http://archive.cloudera.com/cm5/installer/
2, according to the previous introduction of the set of Yum source, directly chmod a+x cloudera-manager-installer.bin &&./cloudera-manager-installer.bin--skip_ Repo_package=1
Then the various yes and next, the middle error can follow the prompts to see the log to troubleshoot, common errors see the FAQ after the document
After installation, you can access the Cloudera Server's 7180 port via the browser to open our Cloudera Manager Web page
3, the installation process of the corresponding log directory is/var/log/cloudera-manager-installer, if the installation fails to reinstall, you must first delete the directory rm-rf/usr/share/cmf/
original articles, reproduced please specify: Reproduced from http://www.cnblogs.com/tovin/p/4689422.html
Cloudera Manager Installation