Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
436 | 07-06-2025 05:24 AM | |
450 | 05-28-2025 10:35 AM | |
2165 | 08-26-2024 08:17 AM | |
2770 | 08-20-2024 08:17 PM | |
1136 | 07-08-2024 04:45 AM |
06-10-2021
06:19 PM
1 Kudo
@jakezhang Can you try adding ranger url in "Ranger KMS Server Advanced Configuration Snippet (Safety Valve) for conf/ranger-kms-security.xml” ranger.plugin.kms.policy.rest.url=http://<rangerhostname>:<port no> Also, make sure that DB for ranger and ranger kms are separate
... 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-27-2021
08:27 PM
@Pamarthich Can you share a complete stack trace of the error
... View more
05-22-2021
10:05 PM
@Sayed016 I can see there is no "," after Yarn username, Can you try adding"," after yarn user name as shown below yarn.admin.acl=dr.who,user1,yarn,admingroup2
... View more
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
04:22 AM
@tancy Once logged into Knox SSO, the UI service uses a cookie named hadoop-jwt. The Knox Token Service enables clients to acquire this same JWT token , you can check this jwt token in browser developer tools Can you confirm are you trying with the local admin user
... View more