Member since
04-28-2015
74
Posts
0
Kudos Received
7
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5533 | 06-23-2021 12:17 AM | |
| 2150 | 02-18-2021 09:05 PM | |
| 3651 | 12-06-2019 08:31 PM | |
| 6029 | 08-18-2019 11:29 PM |
06-23-2021
12:17 AM
Cluster restart also restarts Impala service. Could you please double check if following two properties are unchecked in CM > Impala > Configuration Enable Audit Collection Enable Impala Audit Event Generation To be able to disable auditing for Impala service, you need to uncheck both of the above options. Once done make sure to restart Impala service. CM would show stale and restart icon as well.
... View more
05-31-2021
10:16 PM
This is correct, if Enable Impala Audit Event Generation is unchecked, it will disable Impala daemon Audit logging, See documentation [1]. I hope after setting this property, you would have restarted Impala daemon roles. If not, restart now and after restart you should not see new audit files being created but old files would still be there. Can you check and confirm if these logs are generated on single Impala daemon hosts or on all Impala Daemon hosts even after it is disabled and Impala daemons restarted? [1] https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cn_admcfg_audit_log.html#configure_impala_daemon_log
... View more
02-18-2021
09:05 PM
Hi @pawski, Here is a solution for comparing CDH clusters configurations managed by different Cloudera Managers https://community.cloudera.com/t5/Support-Questions/Compare-settings-in-different-clusters/m-p/280536/highlight/true#M208909 Thanks, Salim
... View more
12-06-2019
08:31 PM
Hi Devendra, I see you are seeing multiple low disk space alerts for various role log and role data directories. It is not advised to delete anything manually from these directories instead adjust the retention policy for them in CM and let CM delete it automatically for you. Review the documentation to find default retention policy for Cloudera Management Services data directories and following documentation for setting retention policy for any role log that by default reside in /var/log/. Remove and Delete any unused parcel from CM > Parcel page to reclaim disk space occupied by parcels. Details are given here. I hope that will help. Thanks, Salim
... View more
08-21-2019
12:05 PM
Hi @rssanders3, I hope you have seen the announcement but just to close the loop here CDSW 1.6 has been announced on July 24, 2019. Here is the public announcement with what's new and documentation link https://community.cloudera.com/t5/Product-Announcements/ANNOUNCE-Cloudera-Data-Science-Workbench-1-6-0-Released/td-p/93193 Yes, it will support RHEL/CentOS 7.6 along with 7.2, 7.3, 7.4, 7.5. Thanks, Salim
... View more
08-18-2019
11:29 PM
Hi, The error message confirms that the LevelDB holding the YARN state store is corrupt : org.apache.hadoop.service.ServiceStateException: org.fusesource.leveldbjni.internal.NativeDB$DBException: Corruption: 1 missing files; e.g.: /var/lib/hadoop-yarn/yarn-nm-recovery/yarn-nm-state/000042.sst Solution is to clean up and recreate the state store database : 1. In CM make sure the affected NodeManager has status STOP 2. Backup the contents under /var/lib/hadoop-yarn/yarn-nm-recovery/yarn-nm-state to a different directory. 3. Delete all the contents under /var/lib/hadoop-yarn/yarn-nm-recovery/yarn-nm-state. 4. Start affected NodeManager.
... View more