You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2015/08/06 22:08:23 UTC

ambari git commit: AMBARI-12284. Ambari omits the line to enable kerberos on the Spark History Service (rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk c09261311 -> 26812c1f9


AMBARI-12284. Ambari omits the line to enable kerberos on the Spark History Service (rlevas)


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

Branch: refs/heads/trunk
Commit: 26812c1f9b1de079d808debb33cde3e726a94789
Parents: c092613
Author: Robert Levas <rl...@hortonworks.com>
Authored: Thu Aug 6 16:08:16 2015 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Thu Aug 6 16:08:16 2015 -0400

----------------------------------------------------------------------
 .../resources/common-services/SPARK/1.2.0.2.2/kerberos.json   | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/26812c1f/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/kerberos.json b/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/kerberos.json
index 60c9bfa..57a282a 100644
--- a/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/kerberos.json
+++ b/ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/kerberos.json
@@ -31,6 +31,13 @@
            }
         }
       ],
+      "configurations": [
+        {
+          "spark-defaults": {
+            "spark.history.kerberos.enabled": "true"
+          }
+        }
+      ],
       "components": [
         {
           "name": "SPARK_JOBHISTORYSERVER"