Member since
01-02-2020
5
Posts
0
Kudos Received
0
Solutions
11-02-2022
04:07 AM
Well done! it worked for me. ------------------------------------ and from my test... just this step CM -> YARN -> Actions -> Install YARN MapReduce frame jar enough. nothing else. CM will do else for u automatically. from CDH 6.2
... View more
12-02-2020
03:20 AM
@backlashhardik The manual process means install agent beforehand on all of the hosts which you are going to add. Make sure you have local repo or internet access. sudo yum install cloudera-manager-agent cloudera-manager-daemons If agent is installed then reinstall to avoid any issue once again. sudo yum reinstall cloudera-manager-agent cloudera-manager-daemons Then you have to modify the /etc/cloudera-scm-agent/config.ini file and post this to CM server, also if TLS is enabled make necessary changes. [General] # Hostname of the CM server. server_host=host-xx.xxx.xxx.cloudera.com Then go to the CM and try to add hosts from there. Since agent is already installed this should not take much time and you can start agent then and see if that helps.
... View more