You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/02/03 14:53:28 UTC

[24/50] [abbrv] ambari git commit: AMBARI-19733: Regression in Spark2 keytab and {{stack_root}} for Livy2 (Bikas Saha via jluniya)

AMBARI-19733: Regression in Spark2 keytab and {{stack_root}} for Livy2 (Bikas Saha via jluniya)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b01438c7
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b01438c7
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b01438c7

Branch: refs/heads/branch-dev-patch-upgrade
Commit: b01438c7dc82ec9f0263eed8b6c1575491e78f6b
Parents: c744cac
Author: Jayush Luniya <jl...@hortonworks.com>
Authored: Wed Feb 1 21:54:08 2017 -0800
Committer: Jayush Luniya <jl...@hortonworks.com>
Committed: Wed Feb 1 21:54:08 2017 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.6/services/SPARK2/configuration/livy2-env.xml   | 2 +-
 .../main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b01438c7/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/configuration/livy2-env.xml
----------------------------------------------------------------------
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 2f865b7..751d005 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
@@ -61,7 +61,7 @@
     </property>
     <property>
         <name>spark_home</name>
-        <value>{{stack_root}}/current/spark2-client</value>
+        <value>/usr/hdp/current/spark2-client</value>
         <value-attributes>
             <type>directory</type>
         </value-attributes>

http://git-wip-us.apache.org/repos/asf/ambari/blob/b01438c7/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json
index 6b5b053..01ee87e 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/SPARK2/kerberos.json
@@ -15,7 +15,7 @@
             "local_username" : "${spark2-env/spark_user}"
           },
           "keytab": {
-            "file": "${keytab_dir}/spark.headless.keytab",
+            "file": "${keytab_dir}/spark2.headless.keytab",
             "owner": {
               "name": "${spark2-env/spark_user}",
               "access": "r"
@@ -96,7 +96,7 @@
                 "local_username": "${livy2-env/livy2_user}"
               },
               "keytab": {
-                "file": "${keytab_dir}/livy.service.keytab",
+                "file": "${keytab_dir}/livy2.service.keytab",
                 "owner": {
                   "name": "${livy2-env/livy2_user}",
                   "access": "r"