Repository: incubator-ranger Updated Branches: refs/heads/master 10d755acd -> cd234cd61
RANGER-762: Unit test for hive tag-policy fails Signed-off-by: Madhan Neethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/cd234cd6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/cd234cd6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/cd234cd6 Branch: refs/heads/master Commit: cd234cd617090f1a23e61e78bfe17219e54a2eca Parents: 10d755a Author: Abhay Kulkarni <[email protected]> Authored: Wed Dec 2 11:37:38 2015 -0800 Committer: Madhan Neethiraj <[email protected]> Committed: Thu Dec 3 11:27:44 2015 -0800 ---------------------------------------------------------------------- .../resources/policyengine/test_policyengine_tag_hive.json | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/cd234cd6/agents-common/src/test/resources/policyengine/test_policyengine_tag_hive.json ---------------------------------------------------------------------- diff --git a/agents-common/src/test/resources/policyengine/test_policyengine_tag_hive.json b/agents-common/src/test/resources/policyengine/test_policyengine_tag_hive.json index cb07b17..0893f44 100644 --- a/agents-common/src/test/resources/policyengine/test_policyengine_tag_hive.json +++ b/agents-common/src/test/resources/policyengine/test_policyengine_tag_hive.json @@ -126,12 +126,6 @@ } ], "contextEnrichers": [ - { - "itemId": 1, - "name" : "TagEnricher", - "enricher" : "org.apache.ranger.plugin.contextenricher.RangerTagEnricher", - "enricherOptions" : {"tagRetrieverClassName":"org.apache.ranger.plugin.contextenricher.RangerAdminTagRetriever", "tagRefresherPollingInterval":60000, "dataFile":"/etc/ranger/data/resourceTags.txt"} - } ], "policyConditions": [ {
