Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1240 | 07-06-2025 05:24 AM | |
| 1144 | 05-28-2025 10:35 AM | |
| 3173 | 08-26-2024 08:17 AM | |
| 4015 | 08-20-2024 08:17 PM | |
| 1729 | 07-08-2024 04:45 AM |
01-20-2022
08:25 PM
@Seaport 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
01-19-2022
07:58 AM
@Koffi Can you try restarting HBase service and they try restarting AMS
... View more
01-18-2022
06:36 PM
Yes, change it to /ams-hbase-secure1 or any other name, New znode with the mentioned name will get created once you restart AMS service
... View more
01-18-2022
06:21 PM
Can you try the below steps - Go to Ambari-->Ambari Metrics-->Configs-->Search for "hbase.tmp.dir" and check that value, it should be "/var/lib/ambari-metrics-collector/hbase-tmp".
- Now login to the Collector node and do "cd /var/lib/ambari-metrics-collector" (cd to “hbase.tmp.dir”).
Then take the backup of hbase-tmp directory by running "cp -pr hbase-tmp/ /tmp/hbase-tmp_bkp"
Now run this command to delete this hbase tmp directory " rm -rf hbase-tmp "
- Goto Ambari-->Ambari Metrics-->Configs and search for "zookeeper.znode.parent" it should be "/ams-hbase-unsecure". Now change this value to "/ams-hbase-unsecure1 " and save the configs. This will create a new znode.
... View more
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-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