Member since
04-03-2019
100
Posts
8
Kudos Received
7
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 186 | 06-02-2026 10:40 AM | |
| 2002 | 01-13-2025 11:17 AM | |
| 8730 | 01-21-2022 04:31 PM | |
| 7874 | 02-25-2020 10:02 AM | |
| 5877 | 02-19-2020 01:29 PM |
06-12-2026
07:16 AM
Hello @Seaport, Thanks for reaching Cloudera Community. Unfortunately, there is no option to use Airflow on base cluster. The only possible way to use it is with Data Services, in this case CDE.
... View more
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
02-05-2025
12:48 AM
If the environment allows , use SSSD with LDAP integration to avoid manually creating Users. If that's not possible , use Ansible to automate user creation across all nodes.
... View more
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
10-24-2023
07:29 AM
Great! Yes, your new explanation matches what is expected in documentation and my personal reproduction. I am glad it is all sorted out now.
... View more
04-21-2022
05:07 PM
1 Kudo
André, Thanks for the elegant solution. Regards,
... View more
04-14-2022
10:42 AM
1 Kudo
@mszurap Thanks for the response. I actually took the 2nd option you mentioned - ingesting it into a table which has only a single (string) column. But I am not sure whether it is the right approach. I appreciate the confirmation. Regards,
... View more
01-31-2022
07:23 PM
1 Kudo
@jeremymolina That is an excellent explanation. It makes total sense. Thank you very much. Regards,
... View more
01-21-2022
09:37 PM
@Seaport For /api/interpreter/** = authc, roles[{{zeppelin_admin_group}}] you need to configure roles in shiro configuration, Refer to the following doc for more info https://zeppelin.apache.org/docs/0.8.0/setup/security/shiro_authentication.html#secure-your-zeppelin-information-optional https://community.cloudera.com/t5/Support-Questions/Zeppelin-user-role-mapping-using-Active-Directory/td-p/238681
... View more