Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
428 | 07-06-2025 05:24 AM | |
444 | 05-28-2025 10:35 AM | |
2159 | 08-26-2024 08:17 AM | |
2760 | 08-20-2024 08:17 PM | |
1135 | 07-08-2024 04:45 AM |
06-10-2021
06:43 PM
@Scharan Appreciated your great help! After adding ranger.plugin.kms.policy.rest.url : Ranger KMS server started up ... Thanks again! Best regards, Jake Zhang
... View more
06-09-2021
12:43 PM
Hi Charan, Thanks for the reply. We found the issue and it is because one of our third party security tool is blocking the code syntax.
... View more
06-07-2021
07:58 AM
@Stephbat
To enable rotation for the ambari-agent, follow below steps:
cp /etc/ambari-agent/conf/logging.conf.sample /etc/ambari-agent/conf/logging.conf
Change the following line: args=('/var/log/ambari-agent/ambari-agent.log',"a", 10000000, 25) Where: The value 10000000 is the maximum size of the logs in bytes and the value 25 is the number of old logs to keep after the log rotates.
Restart the ambari-agent after making the changes.
... View more
05-26-2021
04:21 AM
I edited my solution above a bit. We found that the issue was related to some kind of routing from Oozie WF to YARN logs. What we wanted was to view the logs from the Oozie WF manager. When we access the logs from the YARN RM UI it works, but we couldn't able to view the logs directly from the Oozie WF manager. We already have the correct configurations present in the MapReduce service.
... View more
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
08:18 PM
Yes, it is exist a hadoop-jwt cookie and i tested with the local admin user. I debug this class AmbariJwtAuthenticationProvider follow: I only know sync the table ‘user_authentication’ with command sync-ldap, i can not find the way update authentication type JWT into the table 'user_authentication'
... 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