Repository: ambari Updated Branches: refs/heads/trunk 0c68a6e1e -> 6d889f0cb
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/6d889f0c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6d889f0c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6d889f0c Branch: refs/heads/trunk Commit: 6d889f0cbf87434269b8fcc1a130f61b7f8096cd Parents: 0c68a6e Author: Jaimin Jetly <[email protected]> Authored: Fri Jun 26 13:50:44 2015 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Fri Jun 26 13:52:40 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/6d889f0c/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" } },
