Created on 09-04-2014 06:50 AM - edited 09-16-2022 02:06 AM
I recently uninstalled a host because I installed the wrong CDH version (5.1.2). I was suppose to install CDH 5.0.3 on the host to match the cluster. I performed a manual yum remove install on the different packages based on this documentation: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Installat...
Created 09-08-2014 08:30 PM
Thanks for the reply.
I tried the steps you suggested, but the problem still remains.
I've solved this solution by trying the following steps provided by JohnKelly of CDH Google Group combined with the CDH uninstall guide:
1. Follow this instruction:
2. I ran the following command (credits to JohnKelly):
rpm -e --allmatches $(rpm -qa | grep -e^hadoop -e^cloudera -e^hue -e^oozie -e^hbase -e^impala -e^flume -e^hive)
yum clean all
rm -Rf /usr/share/cmf /var/lib/cloudera* /var/cache/yum/cloudera*
sudo rm -Rf /usr/share/cmf /var/lib/cloudera* /var/cache/yum/cloudera*
rm /tmp/.scm_prepare_node.lock
After that everything was good.
Created 09-08-2014 01:54 AM
Created 09-08-2014 08:30 PM
Thanks for the reply.
I tried the steps you suggested, but the problem still remains.
I've solved this solution by trying the following steps provided by JohnKelly of CDH Google Group combined with the CDH uninstall guide:
1. Follow this instruction:
2. I ran the following command (credits to JohnKelly):
rpm -e --allmatches $(rpm -qa | grep -e^hadoop -e^cloudera -e^hue -e^oozie -e^hbase -e^impala -e^flume -e^hive)
yum clean all
rm -Rf /usr/share/cmf /var/lib/cloudera* /var/cache/yum/cloudera*
sudo rm -Rf /usr/share/cmf /var/lib/cloudera* /var/cache/yum/cloudera*
rm /tmp/.scm_prepare_node.lock
After that everything was good.
Created 09-08-2014 09:32 PM