summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAttila Magyar <m.magyar3@gmail.com>2018-06-04 16:40:55 +0200
committerGitHub <noreply@github.com>2018-06-04 16:40:55 +0200
commitf5af2b4946e8104e885799fa978b83975a159bbf (patch)
tree20822e58eaf235cf1e84f536cba8af381a414957
parenta9800b0e0d0abd393a05ce7c37d1a3d66bbdff0e (diff)
AMBARI-24021. Atlas fails to start in an unsecure cluster after Ambari Upgrade . Error - Unable to run the custom hook script (amagyar) (#1453)
-rw-r--r--ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/configuration/livy2-env.xml10
1 files changed, 10 insertions, 0 deletions
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 66ec9af23d..918e884983 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>