You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2017/02/15 21:46:08 UTC

[2/2] ambari git commit: AMBARI-19965. Move kerberos properties for superset to correct level in kerberos.json. (Nishant Bangarwa via Swapan Shridhar)

AMBARI-19965. Move kerberos properties for superset to correct level in kerberos.json. (Nishant Bangarwa via Swapan Shridhar)


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

Branch: refs/heads/branch-2.5
Commit: d7b068a175ae934b5dd8a76161bd294877644986
Parents: e8580c2
Author: Swapan Shridhar <ss...@hortonworks.com>
Authored: Wed Feb 15 13:44:28 2017 -0800
Committer: Swapan Shridhar <ss...@hortonworks.com>
Committed: Wed Feb 15 13:45:57 2017 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.6/services/DRUID/kerberos.json         | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d7b068a1/ambari-server/src/main/resources/stacks/HDP/2.6/services/DRUID/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/DRUID/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.6/services/DRUID/kerberos.json
index 0ba5071..6aefc63 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/DRUID/kerberos.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/DRUID/kerberos.json
@@ -112,15 +112,17 @@
         {
           "druid-common": {
             "druid.hadoop.security.spnego.excludedPaths": "[\"/status\"]",
-            "druid.security.extensions.loadList" : "[\"druid-kerberos\"]"
-          },
+            "druid.security.extensions.loadList": "[\"druid-kerberos\"]"
+          }
+        },
+        {
           "druid-superset": {
-            "ENABLE_KERBEROS_AUTHENTICATION" : "True",
-            "KERBEROS_REINIT_TIME_SEC" : 3600
+            "ENABLE_KERBEROS_AUTHENTICATION": "True",
+            "KERBEROS_REINIT_TIME_SEC": "3600"
           }
         }
       ],
-      "auth_to_local_properties" : [
+      "auth_to_local_properties": [
         "druid-common/druid.hadoop.security.spnego.authToLocal|new_lines_escaped"
       ]
     }