Member since
01-19-2017
3676
Posts
632
Kudos Received
372
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 608 | 06-04-2025 11:36 PM | |
| 1168 | 03-23-2025 05:23 AM | |
| 578 | 03-17-2025 10:18 AM | |
| 2172 | 03-05-2025 01:34 PM | |
| 1369 | 03-03-2025 01:09 PM |
08-18-2017
02:48 PM
1 Kudo
@Miguel Marquez It seems this directory is missing¨ /var/lib/ambari-agent/tmp If so as root create it and start ATLAS Server # mkdir -p /var/lib/ambari-agent/tmp Please revert
... View more
08-18-2017
02:17 PM
@Kishore Kumar Have you got the correct host entries in /etc/hosts and passwordless connection set from ambari to the other node.
... View more
08-18-2017
01:19 PM
@sachin gupta This is the property to change always make a copy of the original file $cp kms-acls.xml kms-acls.xml.bak <property>
<name>default.key.acl.DECRYPT_EEK</name>
<value>*</value>
<description>
default ACL for DECRYPT_EEK operations for all key acls that are not
explicitly defined.
</description>
</property> Whats the name of key.acl.key /decrypt key USER_1 ? Assuming its test then you should have an entry like this in your kms-acls.xml <name>test.DECRYPT_EEK</name>
<value>USER_1 GROUP_1</value> Usually advisable to use ambari change any HDP parameter Please let me know and of course restart the appropriate component for stale configs to take effect
... View more
08-18-2017
11:19 AM
@Kishore Kumar can you restart the agents and retry these errors may go away?
... View more
08-18-2017
11:05 AM
@uri ben-ari Is the request ID correct?
... View more
08-18-2017
09:36 AM
@Kishore Kumar Have you set proxyuser in the Ambari UI-->HDFS --> Configs--> Advanced hadoop.proxyuser.root.groups=*
hadoop.proxyuser.root.hosts=* if the ambari is being run as root
... View more
08-18-2017
09:21 AM
@@Kishore Kumar Good to now then I deserve the credit .....just accept my response !
... View more
08-18-2017
09:19 AM
@sachin gupta @webb wang All the same you should have attached your kms-acls.xml so I could visualize it. Having said that can you add this key value in kms-acls.xml <name>key.acl.key4USER_1.DECRYPT_EEK</name>
<value>USER_1 GROUP_1</value> Keep me posted
... View more