You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2014/10/15 03:17:36 UTC

git commit: Argus-114-Argus Hive authorization to support HiveServe2 only (and not HiveCLI)

Repository: incubator-argus
Updated Branches:
  refs/heads/master b456922db -> 47987b48d


Argus-114-Argus Hive authorization to support HiveServe2 only (and not
HiveCLI)

Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/47987b48
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/47987b48
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/47987b48

Branch: refs/heads/master
Commit: 47987b48d4842adaff0b7c564d9b8a2b28170115
Parents: b456922
Author: rmani <rm...@hortonworks.com>
Authored: Tue Oct 14 16:06:43 2014 -0700
Committer: rmani <rm...@hortonworks.com>
Committed: Tue Oct 14 16:06:43 2014 -0700

----------------------------------------------------------------------
 hive-agent/conf/hive-site-changes.cfg         | 6 ------
 hive-agent/disable-conf/hive-site-changes.cfg | 1 -
 2 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/47987b48/hive-agent/conf/hive-site-changes.cfg
----------------------------------------------------------------------
diff --git a/hive-agent/conf/hive-site-changes.cfg b/hive-agent/conf/hive-site-changes.cfg
deleted file mode 100644
index 8ef72a7..0000000
--- a/hive-agent/conf/hive-site-changes.cfg
+++ /dev/null
@@ -1,6 +0,0 @@
-hive.security.authorization.enabled	true																mod		create-if-not-exists
-hive.security.authorization.manager	com.xasecure.authorization.hive.authorizer.XaSecureHiveAuthorizerFactory		mod		create-if-not-exists
-
-hive.conf.restricted.list			hive.security.authorization.enabled									append	create-if-not-exists	,
-hive.conf.restricted.list			hive.security.authorization.manager									append	create-if-not-exists	,
-hive.conf.restricted.list			hive.security.authenticator.manager									append	create-if-not-exists	,

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/47987b48/hive-agent/disable-conf/hive-site-changes.cfg
----------------------------------------------------------------------
diff --git a/hive-agent/disable-conf/hive-site-changes.cfg b/hive-agent/disable-conf/hive-site-changes.cfg
deleted file mode 100644
index 288ac9d..0000000
--- a/hive-agent/disable-conf/hive-site-changes.cfg
+++ /dev/null
@@ -1 +0,0 @@
-hive.security.authorization.manager	org.apache.hadoop.hive.ql.security.authorization.DefaultHiveAuthorizationProvider	mod		create-if-not-exists