Repository: incubator-ranger Updated Branches: refs/heads/master 6cd0dbfc0 -> 6a8e3ae92
RANGER-874: remove resources-accessed-together condition from Hive servicedef - as it is likely to be used only when deny is enabled Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/6a8e3ae9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/6a8e3ae9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/6a8e3ae9 Branch: refs/heads/master Commit: 6a8e3ae922ba2efc598881d3eed97385dae9fb77 Parents: 6cd0dbf Author: Madhan Neethiraj <[email protected]> Authored: Thu Apr 7 16:34:40 2016 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Thu Apr 7 16:34:40 2016 -0700 ---------------------------------------------------------------------- .../main/resources/service-defs/ranger-servicedef-hive.json | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/6a8e3ae9/agents-common/src/main/resources/service-defs/ranger-servicedef-hive.json ---------------------------------------------------------------------- diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-hive.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-hive.json index 8cdf273..27e1443 100644 --- a/agents-common/src/main/resources/service-defs/ranger-servicedef-hive.json +++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-hive.json @@ -214,14 +214,6 @@ "policyConditions": [ - { - "itemId":1, - "name":"resources-accessed-together", - "evaluator": "org.apache.ranger.plugin.conditionevaluator.RangerHiveResourcesAccessedTogetherCondition", - "evaluatorOptions" : {}, - "label":"Hive Resources Accessed Together?", - "description": "List of Hive resources" - } ], "dataMaskDef": { "accessTypes": [
