Created 01-30-2023 05:01 AM
Hi guys,
I'm testing an upgrade from CDH 6.3.4 to CDP 7.1.8 , I successfully performed the upgrade but I'm trying to test the rollback process, I'm using AUTO-TLS, but I'm having a one issue though, it says the below in the HDFS rollback
Cloudera :
So the question is : How can I get the cleartext password ?
Created 01-31-2023 06:03 AM
Hi @maali_87 , We can gather the clear text password from the Cloudera server DB. Please try this command after logging to CM DB -
select * from CONFIGS where ATTR='auto_tls_truststore_password';
Created 01-31-2023 06:03 AM
Hi @maali_87 , We can gather the clear text password from the Cloudera server DB. Please try this command after logging to CM DB -
select * from CONFIGS where ATTR='auto_tls_truststore_password';
Created 02-02-2023 05:18 AM
Thank you @arunek95 , very much appreciated!