Created 09-28-2016 09:06 PM
In hive schema, I have 300 tables and my requirement is provide access to 100 tables to a set of users. Is there anyway In Ranger to add tables in bulk while creating a policy.
In the Ranger Create Policy UI, I can add table one by one.
Is there a way to write script to add tables to Ranger policy.
Thanks for your help !!
Created 09-28-2016 09:08 PM
Using ranger rest api you can achieve this. Pls refer - https://cwiki.apache.org/confluence/display/RANGER/REST+APIs+for+Policy+Management
Created 09-28-2016 09:08 PM
Using ranger rest api you can achieve this. Pls refer - https://cwiki.apache.org/confluence/display/RANGER/REST+APIs+for+Policy+Management
Created 09-28-2016 09:39 PM
For HDP-2.3 or later, please use the REST API documented here: https://cwiki.apache.org/confluence/display/RANGER/REST+APIs+for+Service+Definition%2C+Service+and+P...
Created 09-28-2016 09:38 PM
@Amit Kumar Agarwal If wildcards can be used to specify the tables (for example: "test*", "finance*"), it can make working with policies a little easier i.e. simpler than looking through a long list of tables. Ranger supports 2 wildcard characters "*" (0 or more characters) and "?" (single character).