Member since
06-10-2016
24
Posts
2
Kudos Received
0
Solutions
07-20-2017
04:59 AM
Ideally Ranger should take care of HDFS file permission based on the level of permission a user has on Hive tables. Thanks @dsun yeah, we can disable doAs and let hive user have required permission. However, I would like to enable HDFS encryption for hive warehouse database directories where only few user will have access to the encryption key. If I disable doAs then I need to give access to all keys to Hive user. I would like to enforce this to each end user. I able to achieve it through Ranger Tag based policies where I define Hive and HDFS permission. Currently, there is no synchronization happens for managed Hive table hdfs path to Atlas. I created a custom hook for this. It is easy to manage policies and permissions.
... View more
12-03-2016
05:40 PM
Thanks @Rajkumar Singh
... View more
03-09-2017
08:00 PM
I've noticed the following This works: <param>
<name>main.ldapRealm.contextFactory.systemPassword</name>
<value>${ALIAS=ldcSystemPassword}</value>
</param>
This does not: <param name="main.ldapRealm.contextFactory.systemPassword" value=${ALIAS=ldcSystemPassword}/>
... View more
06-30-2016
02:31 PM
Thanks Divakar
... View more
11-30-2016
03:07 PM
This is a short term fix. The problem continues to occur. Is there a permanent solution?
... View more