Created on 08-10-2018 08:43 PM - edited on 02-18-2020 09:23 AM by VidyaSargur
1.Prerequisites
2. Enable HDFS location access for the user
Login to Ranger and select HDFS Policy
Make sure to mention the Hive table location (In below example “Resource Path” points to default Hive Warehouse location)
Validate the HDFS location access is restricted to ensure Ranger policy is working as expected
3. Create table policy in Hive Access if not exists
Select the Hive Policy
Add a new policy if not exists
Grant table access to required users and validate the access by querying the table
4. Enable table policy in Hive Row Level Filter
Select “Row level filter” under Hive policy
Select “Add New Policy”
Provide the required information in the Policy Details. Enter “Where” clause condition in “Row Level Filter”
Below example grants access to “Alice” user only to rows that has a condition of “state = ca”
Before applying Row Level Filter
Same query triggered after applying the filter and only “state = ca” records are displayed to user Alice
Created on 05-20-2020 12:19 AM
Can the same policy be applied on multiple tables in the same database