Member since
01-15-2015
313
Posts
28
Kudos Received
25
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1052 | 10-19-2021 12:04 AM | |
4278 | 10-18-2021 11:54 PM | |
1581 | 05-04-2021 02:38 AM | |
6011 | 11-19-2020 05:48 AM | |
6043 | 11-18-2020 12:08 AM |
03-27-2019
06:20 AM
Did you follow the steps as explained in Enable Server Certificate Verification on Cloudera Manager Agents ? The agent configuration needs to be given a PEM file for the verify_cert_file configuration property which holds the root CA certificate. To verify the configuration, please run this command on one of the cluster nodes, with <filename> being the full path to file as specified in verify_cert_file: # openssl s_client -CAfile <filename> cmhost.antuit.internal:7182
... View more
03-19-2019
08:51 AM
1 Kudo
Please check for errors in the Event Server logs and stderr/stdout logs. Also check /var/log/messages if it may have been killed by the kernel oom killer.
... View more
03-14-2019
12:04 AM
1 Kudo
Stderr: bash: /root/password.sh: Permission denied Please put the script into an other directory than /root and adjust db.properties accordingly. Make sure the cloudera-scm user has permissions to read and execute that file.
... View more
03-13-2019
09:02 AM
1 Kudo
Cloudera Manager Server Database Password Handling has the corresponding instructions: You can also replace an existing cleartext password in /etc/cloudera-scm-server/db.properties by replacing the com.cloudera.cmf.db.password setting with com.cloudera.cmf.db.password_script and setting the name of the script or executable: Make sure the referenced script passes the password to stdout.
... View more
03-12-2019
08:04 AM
1 Kudo
As @Consult mentioned, you can use the Cloudera Navigator UI to query for Hive audit events, in the Audits tab. Each audit event is associated with the username and the IP address of the client request. This should help you to get an idea of who runs the most queries.
... View more
02-25-2019
06:44 AM
No web services need to be running to access the Cloudera Manager API, just Cloudera Manager needs to be up and running. Please find instructions how to use the CM API in Cloudera Manager API documentation chapter.
... View more
02-25-2019
06:41 AM
1 Kudo
Just a quick clarification, the DnsTest code calls straight the Java getHostName() and getCanonicalHostName() methods to retrieve the values. The reported mismatch was either caused by the name resolution settings at that time or by nscd caching the old values on the host.
... View more
02-25-2019
06:02 AM
1 Kudo
IMPALAD_QUERY_MONITORING_STATUS:
he health test result for IMPALAD_QUERY_MONITORING_STATUS has become bad: There are 1 error(s) seen monitoring executing queries, and 0 errors(s) seen monitoring completed queries for this role in the previous 5 minute(s). Critical threshold: any. Please see KB article Impala | IMPALAD_QUERY_MONITORING_STATUS has become bad for resolution.
... View more
02-25-2019
05:46 AM
1 Kudo
NAME_NODE_AUDIT_HEALTH:
The health test result for NAME_NODE_AUDIT_HEALTH has become bad: There is a problem processing audits for NAMENODE.
REGION_SERVER_AUDIT_HEALTH:
The health test result for REGION_SERVER_AUDIT_HEALTH has become bad: There is a problem processing audits for REGIONSERVER. Those indicate that there are issues sending the audit event logs created by these roles to the Navigator Audit Server. The root cause is either in the Navigator Audit Server or in the CM agent on the host with the role deployed to. Furher investigation needs to be to review the CM agent logs on the host(s) and the Navigator Audit Server logs at the time when the alert was raised. Any errors or exception seen at this time will indicate the root cause or at least provide pointers to base further investigation on.
... View more
02-25-2019
05:38 AM
1 Kudo
HIVESERVER2_SCM_HEALTH:
The health test result for HIVESERVER2_SCM_HEALTH has become bad: This role s process is starting. This role is supposed to be started. This should not be happening frequently, if it does please follow up with a support case. The issue can be resolved with instructions in KB article Role Managed by Cloudera Manager Stuck in Stopping or Starting State | Configured_Status
... View more