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

ambari git commit: AMBARI-12175. Hive pop-up shows up while enabling Ranger plugin for YARN. (jaimin)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 ec1705aec -> 72021a94f


AMBARI-12175. Hive pop-up shows up while enabling Ranger plugin for YARN. (jaimin)


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

Branch: refs/heads/branch-2.1
Commit: 72021a94f017c6cf97dca4629cd0efba2b1cd139
Parents: ec1705a
Author: Jaimin Jetly <ja...@hortonworks.com>
Authored: Fri Jun 26 13:50:44 2015 -0700
Committer: Jaimin Jetly <ja...@hortonworks.com>
Committed: Fri Jun 26 13:50:44 2015 -0700

----------------------------------------------------------------------
 .../main/resources/common-services/HIVE/0.12.0.2.0/kerberos.json    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/72021a94/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/kerberos.json b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/kerberos.json
index 84821a5..aac1587 100644
--- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/kerberos.json
+++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/kerberos.json
@@ -14,7 +14,6 @@
         {
           "hive-site": {
             "hive.metastore.sasl.enabled": "true",
-            "hive.security.authorization.enabled": "true",
             "hive.server2.authentication": "KERBEROS"
           }
         },