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 <[email protected]> Authored: Fri Jun 26 13:50:44 2015 -0700 Committer: Jaimin Jetly <[email protected]> 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" } },
