RANGER-274: Updated TAG service-definition for changes in RangerTagEnricher options
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/e8ceab40 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/e8ceab40 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/e8ceab40 Branch: refs/heads/master Commit: e8ceab409927f91a51035f0b614eb331cab6f666 Parents: 801d332 Author: Abhay Kulkarni <[email protected]> Authored: Tue Sep 8 11:05:22 2015 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Tue Sep 8 15:46:30 2015 -0700 ---------------------------------------------------------------------- .../main/resources/service-defs/ranger-servicedef-tag.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/e8ceab40/agents-common/src/main/resources/service-defs/ranger-servicedef-tag.json ---------------------------------------------------------------------- diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-tag.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-tag.json index e27feb2..dfadd47 100644 --- a/agents-common/src/main/resources/service-defs/ranger-servicedef-tag.json +++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-tag.json @@ -87,12 +87,12 @@ "contextEnrichers": [ { - "itemId":1, + "itemId": 1, "name" : "TagEnricher", - "enricher" : "org.apache.ranger.plugin.contextenricher.RangerTagProvider", + "enricher" : "org.apache.ranger.plugin.contextenricher.RangerTagEnricher", "enricherOptions" : { - "tagProviderType":"RANGER_ADMIN_TAG_PROVIDER", - "pollingInterval":60000 + "tagRetrieverClassName": "org.apache.ranger.plugin.contextenricher.RangerAdminTagRetriever", + "tagRefresherPollingInterval": 60000 } } ],
