You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/07/31 14:10:36 UTC

[21/25] ambari git commit: AMBARI-21605. Missing Kerberos configs for Spark2 (Bikas Saha via smohanty)

AMBARI-21605. Missing Kerberos configs for Spark2 (Bikas Saha via smohanty)


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

Branch: refs/heads/branch-feature-AMBARI-21450
Commit: 9b309e31a048c645202aa0fc88502c2a113fc01c
Parents: 28e7fb5
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Fri Jul 28 17:29:05 2017 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Fri Jul 28 17:29:05 2017 -0700

----------------------------------------------------------------------
 .../resources/stacks/HDP/2.6/services/SPARK2/kerberos.json     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9b309e31/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 36513f2..198ab41 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
@@ -30,12 +30,12 @@
       ],
       "configurations": [
         {
-          "spark-defaults": {
+          "spark2-defaults": {
             "spark.history.kerberos.enabled": "true"
           }
         },
         {
-          "spark-thrift-sparkconf": {
+          "spark2-thrift-sparkconf": {
             "spark.yarn.keytab": "${spark2-env/hive_kerberos_keytab}",
             "spark.yarn.principal": "${spark2-env/hive_kerberos_principal}"
           }
@@ -123,4 +123,4 @@
       ]
     }
   ]
-}
\ No newline at end of file
+}