Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
437 | 07-06-2025 05:24 AM | |
451 | 05-28-2025 10:35 AM | |
2167 | 08-26-2024 08:17 AM | |
2773 | 08-20-2024 08:17 PM | |
1136 | 07-08-2024 04:45 AM |
01-18-2022
05:55 PM
Hello @Koffi I can see AMS is running on Distributed mode, Can you check and confirm is Hbase service is up and running fine in your cluster
... View more
12-21-2021
09:09 PM
Hi @jenne Can you share a complete stack trace of the error or ldap error code from the atlas application logs
... View more
12-18-2021
08:42 PM
1 Kudo
Hi @ebeb Activity Monitor is deprecated from 7.0.0 onwards, if there is no MapReduce V1 in use it can be safely removed from the cluster Refer to below document for more info https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_deprecated_items.html#concept_h25_5b2_rbb
... View more
12-13-2021
07:09 AM
1 Kudo
@syedshakir I see "rcmprod" user doesn't have permission to access the interpreter page To provide access to interpreter page, comment/delete below line[1] from shiro configuration url section or configure roles as mentioned in doc[2] [1]: /api/interpreter/** = authc, roles[admin] [2]: https://zeppelin.apache.org/docs/0.6.2/security/shiroauthentication.html#active-directory
... View more
12-01-2021
04:49 PM
@daba Can you try adding the below lines to the Knox topology files authentication.param.remove=main.pamRealm
authentication.param.remove=main.pamRealm.service Refer to the following doc for more info on how to configure LDAP/AD in knox https://docs.cloudera.com/runtime/7.2.10/knox-authentication/topics/security-knox-authe-ldap.html
... View more
10-24-2021
07:02 PM
@yacine_ Is Atlas initialization is done, if not can you try Initiazing Atlas - Navigate to Atlas from the Cloudera Manager UI - Under actions, the Initialize Atlas option appears. Initiate it; it will create the required resources. - Once done, verify the Altas UI.
... View more
10-16-2021
10:08 PM
1 Kudo
@PrernaU To access interpreter page you need to have access in shiro cofiguration , Make sure your user id added to the below line in shiro configuration or delete/ comment the below line in shiro configuration /api/interpreter/** = authc, roles[admin_role, test, test2] Refer below doc for more info https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/configuring-zeppelin/topics/enabling_access_control_for_interpreter__configuration__and_credential_settings.html
... View more
09-07-2021
01:29 AM
1 Kudo
@HeathG Can you confirm were there any changes made on the cluster If your cluster is kerberized can you try increasing kdc_timeout value in /etc/krb5.conf and they try restarting the zookeeper
... View more