Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
01-30-2023
05:01 AM
- last edited on
04-21-2026
12:45 AM
by
GrazittiAPI
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!