Member since
05-14-2020
109
Posts
11
Kudos Received
10
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1660 | 01-31-2023 06:37 AM | |
| 1374 | 01-31-2023 06:15 AM | |
| 1884 | 01-31-2023 06:03 AM | |
| 1259 | 12-22-2022 05:33 PM | |
| 1928 | 08-26-2022 12:23 AM |
01-31-2023
06:37 AM
2 Kudos
Hello @dhughes20 , I can see when we navigate to a Hive table in Atlas UI we have an audit tab. I tried to update the table by adding a new column. After altering the table I can see the audit is showing actions for "Entity update" and when we expand the latest entry we were able to see details like last modified time , last modified by and more details under "Parameter". But I am not able to find any audit log which shows what changes were made.
... View more
01-31-2023
06:15 AM
1 Kudo
Hi @sathishCloudera , We have ready log4j patches for CDH 6.1.1 where log4j version is 2.17.1. Please reach out to Cloudera support with a technical case to deliver the patch.
... View more
01-31-2023
06:03 AM
2 Kudos
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';
... View more
01-31-2023
05:55 AM
Hi @luobo2019 , Are you still facing the same issue after following the step 1 ? Can you please share the Ambari server logs when you see the message in the UI. Also please try to check the inspect element of the browser while replicating the issue.
... View more
01-23-2023
09:07 PM
HI @rajilion , Thanks for reaching out to Cloudera community. Can you please test the Update and overwrite mentioned in the below article and let us know how it goes - https://hadoop.apache.org/docs/stable/hadoop-distcp/DistCp.html
... View more
01-23-2023
08:51 PM
Hi @luobo2019 , Can you please try the below 2 things and let me know how it goes - Resolution 1 - Step 1: cat /etc/ambari-server/conf/ambari.properties | grep ambari-server.user. Know the user from above command. Step 2: change user /var/run/ambari-server chown -R <output of above command> /var/run/ambari-server Resolution 2 - Take Ambari DB backup 1. Query the ambari.alert_current and ambari.alert_history tables, look at the 'definition_id' and 'alert_definition' columns in these tables. 2. Look at the alert_definitions table select definition_id from ambari.alert_definition; and check the definition IDs. 3. Look for any definition IDs referenced in the alert_current and alert_history tables that are not present in alert_definition. 4. In ambari.alert_current, remove any row that references a definition ID that is not present in alert_definition 5. In ambari.alert_history, remove any row that references a definition ID that is not present in alert_definition
... View more
12-22-2022
05:33 PM
Hi @KPG1 , As per the description I believe you are looking for a way to have a high availability for HMS , if that is the case please find the below doc which can help - https://docs.cloudera.com/cdp-private-cloud-upgrade/latest/upgrade-cdh/topics/hive-hms-ha-configuration.html And for the backend DB to configure it for HA , it will be out of scope of Cloudera and you have to work with DB team itself to understand how they can configure.
... View more
12-22-2022
05:26 PM
Hi @bananaman , Can you please refer the below docs and enable the user search first and see if it helps. https://docs.cloudera.com/cdp-private-cloud-base/7.1.3/security-ranger-authentication-unix-ldap-ad/topics/security-ranger-authentication-ad-integration-usersync.html Also please try to run ldapsearch to see if it is able to list all the users.
... View more
09-08-2022
10:02 PM
Hi @Kamal_Securonix , Can you please help us with the screenshot of the error and do you see anything in the CM server logs during the issue time ?
... View more
08-26-2022
12:23 AM
Hi @Ivoz , Thanks for reaching out. Usually during the migration of Atlas data you need to take backup of both the Hbase tables and Solr collections. Only migrating the Hbase tables won’t help here. Also at present Cloudera do not support the migration of Atlas from Open source to CDP. I am sharing a KB that have full insight of HDP to CDP Atlas migration steps (Specially check the steps of taking backup of Hbase and solr) , you can refer that and try to give a shot to see if it works. - https://community.cloudera.com/t5/Community-Articles/HDP-to-CDP-Atlas-backup-and-restore/ta-p/347457 Thanks
... View more