Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
435 | 07-06-2025 05:24 AM | |
448 | 05-28-2025 10:35 AM | |
2162 | 08-26-2024 08:17 AM | |
2769 | 08-20-2024 08:17 PM | |
1136 | 07-08-2024 04:45 AM |
04-23-2021
12:06 AM
@ryu Can you confirm Ambari version share the stack trace of the error
... View more
04-22-2021
11:52 PM
@tancy Can you confirm is Ambari is synced with ldap/Ad, if Ambari is not synced with ldap/Ad, sync the users and then try to login again
... 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-08-2021
11:42 PM
Can you check under /etc/cloudera-scm-server
... View more
04-08-2021
10:30 AM
@swapko Check the password in # cat /var/lib/cloudera-scm-server-db/data/generated_password.txt You can refer to the following doc for more info https://docs.cloudera.com/cloudera-manager-ibm/7.2.3/installation/topics/cdpdc-changing-embedded-postgresql-passwords.html
... 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
03-17-2021
08:35 AM
@PrernaU From the stack trace I can see you are using livy interpreter, Can you check is the livy url is set correctly in interpreter settings
... View more
03-10-2021
06:59 AM
@PrernaU From the logs, I see below error Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): Permission denied: user=spark, access=EXECUTE, inode="/user":mapred:supergroup:drwxrwx--- Assign required permission for spark user on /user directory
... View more