Created 01-11-2017 02:09 PM
Can we create policy for value of a selected column ( in a hive table ) in Ranger.
Created 01-11-2017 02:11 PM
Yes. You can achieve this using ranger.
Please check - http://hortonworks.com/blog/best-practices-for-hive-authorization-using-apache-ranger-in-hdp-2-2/
Created 01-16-2017 08:32 AM
Am trying to create a policy in ranger for restricting certain rows of a hive table, I found the policy is working well with hive view. But when am checking the same in hive CLI ( hive command prompt ) , seems the policy is not working I can able to see the restricted data and same scenario for beeline CLI as well.
Created 02-02-2017 11:20 PM
@Dinesh Das: Can you pls put screenshots of the policy(s) you are creating for the same. You will need an access level policy which will grant access to your user on the Hive resources and then a Row level filter policy if you want to filter out certain rows. Also what is the select statement you are using in beeline cli?