Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1234 | 07-06-2025 05:24 AM | |
| 1139 | 05-28-2025 10:35 AM | |
| 3172 | 08-26-2024 08:17 AM | |
| 4002 | 08-20-2024 08:17 PM | |
| 1726 | 07-08-2024 04:45 AM |
05-19-2021
10:32 PM
@arrow Currently integrating Ldap with Grafana through Ambari is not supported, You can refer to the below jira for more info https://issues.apache.org/jira/browse/AMBARI-23249
... View more
05-04-2021
08:27 PM
@somesh Can you try syncing the users by disabling "Enable Group Search First"
... View more
04-29-2021
01:52 AM
1 Kudo
@RizkyMei You need to create nifi group manually , you can refer to the following doc for more info https://docs.cloudera.com/cfm/2.0.1/deployment/topics/cfm-security-add-nifi-nifiregistry-user-compute-cluster.html
... View more
04-23-2021
04:44 AM
@somesh Can you check Ambari => HDFS => Core-site proxy setting try setting the proxy values to * as shown below hadoop.proxyuser.root.groups=*
hadoop.proxyuser.root.hosts=*
... View more
04-23-2021
04:35 AM
@khaihustict Can you confirm is this failing on the same host, Can you try adding the below lines in bashrc profile: export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_COLLATE=C
export LC_CTYPE=en_US.UTF-8
... View more
04-23-2021
12:06 AM
@ryu Can you confirm Ambari version share the stack trace of the error
... View more
04-22-2021
04:17 AM
1 Kudo
@khaihustict Add the following under bashrc profile: export LANG="en_US.UTF-8"
export LC_COLLATE="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
export LC_MESSAGES="en_US.UTF-8"
export LC_MONETARY="en_USUTF-8"
export LC_NUMERIC="en_US.UTF-8"
export LC_TIME="en_US.UTF-8"
export LC_ALL=
Sourced this and then restart the ambari-agent
... View more
04-07-2021
11:43 PM
1 Kudo
@mike_bronson7 Use the following API to find out the node & state of the active/standby # curl -u <User name>:<Password> -H 'X-Requested-By: ambari' -X GET 'http://test1:8080/api/v1/clusters/c186/host_components?HostRoles/componentname=NAMENODE&metrics/dfs/FSNamesystem/HAState=active'
# curl -u <User name>:<Password> -H 'X-Requested-By: ambari' -X GET 'http://test1:8080/api/v1/clusters/c186/host_components?HostRoles/componentname=NAMENODE&metrics/dfs/FSNamesystem/HAState=standby”
... View more
03-18-2021
03:44 AM
2 Kudos
why am I not seeing python and sh options as well? # you need to install python and sh interpreter manually, refer to the following doc on how to install it https://zeppelin.apache.org/docs/0.8.0/usage/interpreter/installation.html Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
03-18-2021
12:38 AM
@PrernaU To access the interpreter page remove the below value from Zeppelin Shiro Urls Block in zeppelin configuration or add the correct role name in place of zeppelin_admin_group /api/interpreter/** = authc, roles[{{zeppelin_admin_group}}]
... View more