Home >Operation and Maintenance >Linux Operation and Maintenance >Offline installation of Cloudera Manager and Cloudera Hadoop on CentOS6.5
Change hostname/turn off firewall/turn off selinux/ssh key-free login/NTP synchronization
Download relevant files (it is recommended that the CM and CDH versions be consistent; also pay attention to the compatibility of CDH and JDK versions)
Perform the following steps on all nodes
Copy the cloudera-manager.repo configuration file into the /etc/yum.repos.d/
folder
Verify whether the repo file is valid
<code class="sourceCode bash"><span class="kw">yum</span> list<span class="kw">|grep</span> cloudera <span class="co">#如果列出的不是你安装的版本,执行下面命令重试</span> <span class="kw">yum</span> clean all <span class="kw">yum</span> list <span class="kw">|</span> <span class="kw">grep</span> cloudera</code>
yum -y install *.rpm
, and install CMPerform the following steps on the master node
/opt/cloudera/parcel-repo
. Note that the sha1 file is renamed to sha and do not modify the file content./cloudera-manager-installer.bin
CM’s database
sudo yum install cloudera-manager-server-db-2
sudo service cloudera-scm-server-db start
Use other databases to see the official website
Install CDH
master_ip:7180
, log in (account password defaults to admin)Select the corresponding CDH version that needs to be installed, which is basically the next step
Possible errors
cd /tmp
rm -rf scm_prepare_node.*
yum clean all
reboot
For other questions, please refer to the link or directly Google
For uninstallation, please refer to the official website
The above is the detailed content of Offline installation of Cloudera Manager and Cloudera Hadoop on CentOS6.5. For more information, please follow other related articles on the PHP Chinese website!