Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1230 | 07-06-2025 05:24 AM | |
| 1136 | 05-28-2025 10:35 AM | |
| 3172 | 08-26-2024 08:17 AM | |
| 3998 | 08-20-2024 08:17 PM | |
| 1726 | 07-08-2024 04:45 AM |
05-19-2021
11:59 PM
@SC Thanks for the input.
... View more
05-04-2021
11:22 PM
Able to retrieved the groups and users from that group by changing the parameters as per below link. https://community.cloudera.com/t5/Support-Questions/LDAP-AD-users-not-appearing-in-Ranger/m-p/285175#M211652
... View more
04-29-2021
02:06 AM
Thanks for your suggestion @Scharan, i didn't read that docs before. Thanks n Regards Meidi
... View more
04-26-2021
10:47 AM
ok so I finally figured out how to have ambari run the command /usr/bin/yum -d 0 -e 0 -y install hive-hcatalog I had to modify the file: /var/lib/ambari-server/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml under the <osSpecifics> tag. Restarted ambari and then ambari was able to run the correct command to have hive installed.
... 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
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-07-2021
09:33 PM
2 Kudos
@bvishal given properties will disable authentication for webui's and it will allow anonymous users to access the web UI's of hdfs, yarn, and mapreduce.
... View more
01-18-2021
08:50 AM
Solved. Thank you
... View more
01-15-2021
10:40 AM
@Christy09 You can use the below API to delete/ remove clients # curl -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://AMBARI_SERVER_HOST:8080/api/v1/clusters/CLUSTERNAME/hosts/HOSTNAME/host_components/<SERVICE NAME> Example: # curl -u admin:<Password> -H "X-Requested-By: ambari" -X DELETE http://AMBARI_SERVER_HOST:8080/api/v1/clusters/CLUSTERNAME/hosts/HOSTNAME/host_components/YARN_CLIENT
... View more