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:45:07 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk 90235286c -> 11618bb6f


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/11618bb6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/11618bb6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/11618bb6

Branch: refs/heads/trunk
Commit: 11618bb6f65b9723c7198b6f59ef25515499739e
Parents: 9023528
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:44:28 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/11618bb6/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"
       ]
     }