Member since
04-03-2019
100
Posts
8
Kudos Received
7
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 183 | 06-02-2026 10:40 AM | |
| 1995 | 01-13-2025 11:17 AM | |
| 8728 | 01-21-2022 04:31 PM | |
| 7874 | 02-25-2020 10:02 AM | |
| 5877 | 02-19-2020 01:29 PM |
06-11-2026
08:32 PM
The CM version is 7.13.1. Airflow is not available as an option to "Add Service". Is it possible to use Cloudera's Airflow with 7.1.9sp1? If yes, where can I download the CSD for Airflow? If there is no CSD, how do I install Cloudera's Airflow as a stand-alone service? Thank you.
... View more
Labels:
- Labels:
-
Cloudera Manager
06-02-2026
10:40 AM
1 Kudo
Cloudera Support helped me resolved this issue. * The "Bad Health" status displayed in Cloudera Manager was a false-positive monitoring alert. * The Cloudera Manager Service Monitor (SMON) was failing its secure TLS connection handshakes to ZooKeeper due to strict endpoint identification checks introduced in modern Java runtimes (Java 17). Because SMON couldn't pull health metrics, it flagged ZooKeeper as down. * The solution is to configure the JVM argument inside the SMON configuration "Java Configuration Options for Service Monitor (firehose_java_opts)" to bypass the strict certificate hostname checks: `-Djdk.rmi.ssl.client.enableEndpointIdentification=false`. This cluster is 7.1.9sp1 with 7.13.1 CM. Strangely, another cluster, which has the same cluster version, CM version, and Java version, had no such issue. It was set up six months ago. Thanks for all the responses. Best regards,
... View more
06-01-2026
10:15 AM
I just finished installing a new cluster but failed to start the zookeeper service. Each instance started but had the "bad health" flag. The zookeeper log on node 3 showed this error repeatedly. ++++ Cannot open channel to 1 at election address node1/61.62.63.1:4181 java.net.ConnectException: Connection refused ++++ On node 3, the connection to node 1 zookeeper port showed no issue. $ nc -zv node1 4181 Ncat: Version 7.92 ( https://nmap.org/ncat ) Ncat: Connected to 61.62.63.1:4181. Ncat: 0 bytes sent, 0 bytes received in 0.01 seconds. On node1, the zookeeper port is open too $ ss -tulnp | grep 4181 tcp LISTEN 0 50 61.62.63.1:4181 0.0.0.0:* The private cloud base cluster is 7.1.9 sp1. Thank you. Regards,
... View more
Labels:
- Labels:
-
Apache Zookeeper
02-04-2025
03:35 PM
1 Kudo
@ggangadharan Thanks for the advice. After I created user xxx on each data node, the Spark job ran successfully. Regarding user account synchronization from ldap to local OS, I had to create the user account on each node manually. Do you mean using SSSD? Regards,
... View more
01-30-2025
10:46 AM
The error from my Spark job is ++++ Failing this attempt.Diagnostics: Application application_1738011234567_0014 initialization failed (exitCode=255) with output: main : command provided 0 main : run as user is xxxx main : requested yarn user is xxxx User xxxx not found ++++ I read this post <https://community.cloudera.com/t5/Support-Questions/MapReduce-job-failing-after-kerberos/td-p/160273>. My group mapping configuration is hadoop.security.group.mapping = org.apache.hadoop.security.LdapGroupsMapping. I kinited xxxx before the job run. I added the AD user xxxx to an AD group hadoop. But I still got the same error. This online doc might be appliable <https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/security-authorization/topics/cm-security-authorization-ldap-group-mappings.html#ariaid-title3> I might need to add the flag -Dcom.cloudera.cmf.service.config.emitLdapBindPasswordInClientConfig=true to the variable CMF_JAVA_OPTS flag. But the documentation is for CDP 7.1.8 and does not exist for 7.1.7, which is my cluster. Thank you. Best regards,
... View more
Labels:
- Labels:
-
Apache Spark
-
Kerberos
01-22-2025
05:52 PM
James, Thanks for your help. Your reply that "user is required on the active NN" is right to the point. SSSD is mentioned in various online documents related to enabling Kerberos. In my case, SSSD is a background process and I do not need to configure it, right? Best regards,
... View more
01-13-2025
11:17 AM
The issue was resolved after I checked the "Enable HBase Thrift Http Server" property in HBase configuration. It turned out that the TLS implementation for the thrift server on CDP HBase is done at http layer, not at the Transport layer.
... View more
01-13-2025
11:07 AM
I use CDP Private Cloud Base 7.1.7 and just enabled Kerberos security. I followed the setup documentation but could not proceed further than this step <https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/security-kerberos-authentication/topics/cm-security-kerberos-enabling-step7-prepare-cluster.html>. In short, I lost "supergroup" access to hdfs. Here are details. * I created an AD account mysuperuser@example.com and an AD group mysupergroup@example.com. * After Kerberos is enabled, I changed dfs.permissions.superusergroup=mysupergroup, and restarted the cluster. Certainly, "mysupergroup" and "mysuperuser" do not exist anywhere in Hdfs POSIX permission settings. * I kinited mysuperuser@example.com, but got hdfs permission denied error. It looks like that Kerberos could not understand AD groups associated with the kinited account. * Then I changed dfs.permissions.superusergroup=mysuperuser, restarted all services, but still got permission denied error. I intended to use Ranger to manage HDFS resource permissions. I could not get Ranger properly installed due to the HDFS permission error. Ranger depends on Solr and Solr uses HDFS. Right now Solr gave me an HDFS access error (Java error) - Caused by: org.apache.hadoop.ipc.RemoteException: Permission denied: user=solr, access=WRITE, inode="/":hdfs:supergroup:drwxr-xr-x. I am trying to understand how HDFS permission works after enabling Kerberos but before Ranger is operational. Right now I can only access hdfs via kiniting the hdfs keytab file, which should only be used as a last resort. Thank you. Best regards,
... View more
Labels:
- Labels:
-
Kerberos
12-19-2024
11:22 AM
Additional connection tests show that port 9191 still works on unencrypted connections, although "TLS/SSL for HBase Thrift Server over HTTP" is enabled. Neither the log nor the Cloudera Manager UI gave any warnings or errors.
... View more
12-18-2024
10:36 AM
It appeared that the Thrift Server did not start completely, although it has a green light in Cloudera Manager. Inside the log hbase-cmf-hbase-HBASETHRIFTSERVER-mynode.log.out, there is no entry to acknowledge the start like ++ org.eclipse.jetty.server.AbstractConnector: Started ServerConnector@180e6ac4{SSL, (ssl, http/1.1)}{0.0.0.0:9191} ++ But I have no idea why the starting ended up incomplete. Therer was no warning or error from either the log or the Cloudera Manager UI. Thank you.
... View more