You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by am...@apache.org on 2018/06/04 14:40:59 UTC

[ambari] branch trunk updated: AMBARI-24021. Atlas fails to start in an unsecure cluster after Ambari Upgrade . Error - Unable to run the custom hook script (amagyar) (#1453)

This is an automated email from the ASF dual-hosted git repository.

amagyar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f5af2b4  AMBARI-24021. Atlas fails to start in an unsecure cluster after Ambari Upgrade . Error - Unable to run the custom hook script (amagyar) (#1453)
f5af2b4 is described below

commit f5af2b4946e8104e885799fa978b83975a159bbf
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Mon Jun 4 16:40:55 2018 +0200

    AMBARI-24021. Atlas fails to start in an unsecure cluster after Ambari Upgrade . Error - Unable to run the custom hook script (amagyar) (#1453)
---
 .../stacks/HDP/2.6/services/SPARK2/configuration/livy2-env.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/configuration/livy2-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/configuration/livy2-env.xml
index 66ec9af..918e884 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/configuration/livy2-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/configuration/livy2-env.xml
@@ -28,6 +28,16 @@
         <value-attributes>
             <type>user</type>
             <overridable>false</overridable>
+            <user-groups>
+                <property>
+                    <type>cluster-env</type>
+                    <name>user_group</name>
+                </property>
+                <property>
+                    <type>livy2-env</type>
+                    <name>livy2_group</name>
+                </property>
+            </user-groups>
         </value-attributes>
         <on-ambari-upgrade add="false"/>
     </property>

-- 
To stop receiving notification emails like this one, please contact
amagyar@apache.org.