0

I am trying to install Cloudera on Centos7, when I install it using the command sudo ./cloudera-manager-installer.bin, it shows the message that Install error

Cloudera Manager 5 is already installed. please uninstall it (by running /usr/share/cmf/uninstall.sh) before attempting to install it again.

When I try uninstalling it by running sudo /usr/share/cmf/uninstall.sh , it showsenter image description here

No such file or directory

I tried uninstalling everything using the script, sudo yum remove 'cloudera-manager-*'

and then removed the guid file:

sudo rm /var/lib/cloudera-scm-agent/cm_guid

And tried reinstalling it, but it still shows the same Fatal error meesage as seen above. Can someone please help?

merilstack
  • 703
  • 9
  • 29

2 Answers2

3

I removed the folder cmf using rm -rf /usr/share/cmf and its working, thanks.

merilstack
  • 703
  • 9
  • 29
0

In order to start a new installation we need to rename the uninstallation script. then try the structure of the CDP. it works for me, I hope it will help you too...

enter image description here

JamesB
  • 569
  • 1
  • 9
  • 31