Member since
06-23-2021
5
Posts
0
Kudos Received
0
Solutions
12-17-2022
07:42 PM
3 Kudos
Possible solution: 1. Recreate Keytabs
2. Start Yarn from CLI and fix Ambari issue https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.6.2/bk_command-line-upgrade/content/start-yarn-mr-25.html Kindly provide the below output for further investigation. curl -sS -L -w '%{http_code}' -X GET -d '' -H 'Content-Length: 0' --negotiate -u : 'http://hostname:50070/webhdfs/v1/ats/done?op=GETFILESTATUS
... View more
11-15-2022
11:20 PM
I finally engaged Cloudera support. After checking the security value with the following command : /var/lib/ambari-server/resources/scripts/configs.py -l <ambari host fqdn> -t <port> -u admin -p <password> -n <cluster_name> -a get -c cluster-env | grep -i security_enabled, I was asked to disable the security_enabled : /var/lib/ambari-server/resources/scripts/configs.py -l <ambari host fqdn> -t <port> -u admin -p <password> -n <cluster_name> -a set -c cluster-env -k security_enabled -v false Then i was able to start ranger again Still have problem with infa_solr. I will engage support for that
... View more