Member since
04-13-2015
11
Posts
3
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4566 | 10-25-2015 09:21 PM | |
4220 | 07-15-2015 08:37 PM |
11-14-2016
03:34 AM
It should go to both of those valves with the same value currently, until HDFS-10289 gets done in future.
... View more
07-28-2015
05:54 AM
Hey venu123, Hive does not pass though sentry so it will not adhere to any rules you set directly in sentry, it only looks at facl's. To manage hdfs permissions with sentry you have to enable the plugin for hdfs/sentry sync and configure it appropriately. With the sync enabled hive checks the configuration then references the group in sentry but the group will be applied authentically as a facl by sentry. To get items working use the "hadoop fs -setfacl" command to add the user as a facl. To have make the user add authentically as files are deleted and created add them to the default ACL on the root folder. (Please note this was hit and miss for me, sometimes worked other times did not) Example add to default ACL hadoop fs -setfacl -m -R default:username:r-x /<path>
... View more
07-15-2015
08:37 PM
Thank you Romain for the quick reply and solution
... View more