Re: Issue with SimpleCacheProviderBackend

2018-01-03 Thread Na Li
Colm, I tried to reproduce your issue using sentry 2.0 (master branch) with Hive 2.3.2. The test code is @Test public void testPositiveOnAll() throws Exception { Connection connection = context.createConnection(ADMIN1); Statement statement = context.createStatement(connection); s

Re: Review Request 64661: SENTRY-1944: Optimize DelegateSentryStore.getGroupsByRoles()

2018-01-03 Thread Arjun Mishra via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64661/ --- (Updated Jan. 4, 2018, 12:26 a.m.) Review request for sentry, Alexander Kolbaso

Re: Review Request 64317: SENTRY-2085: Keep sentry exceptions contained within Sentry

2018-01-03 Thread Xinran Tinney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64317/#review194723 --- sentry-provider/sentry-provider-common/src/main/java/org/apache/s

[DISCUSS] Propose new Sentry committer - Na Li

2018-01-03 Thread Sergio Pena
Hi PMC, I'd like to propose that we vote to make Na Li a new committer on the Apache Sentry project. Na Li has been a contributor since April/2017 and has contributed around 20 patches to the project since then. She has also been active in reviewing other contributor patches. I think Na Li would

[DISCUSS] Propose new Sentry PMC - Kalyan Kalvagadda

2018-01-03 Thread Sergio Pena
Hi PMC, Kalyan became a committer in June/2017 and since then, he has helped all contributors to get their patches reviewed and committed helping the project to be active and healthy. He has done 49 commits in total + around 61 patches reviewed. He was also the release manager of Sentry 2.0 which

Re: Review Request 64317: SENTRY-2085: Keep sentry exceptions contained within Sentry

2018-01-03 Thread Steve Moist via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64317/#review194718 --- sentry-binding/sentry-binding-hive-common/src/main/java/org/apach

Re: any parameters can change "hive" user when using sentry-hdfs sync

2018-01-03 Thread Kalyan Kumar Kalvagadda
You can use below listed properties for that - sentry.authorization-provider.hdfs-user - sentry.authorization-provider.hdfs-group These should be available in hdfs-site.xml file used by namenode. If you are using CM, you may have to use safety valve to override the default configuration.

Re: Review Request 64317: SENTRY-2085: Keep sentry exceptions contained within Sentry

2018-01-03 Thread kalyan kumar kalvagadda via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64317/#review194702 --- Ship it! Code changes look good. I just updated the new patch t

any parameters can change "hive" user when using sentry-hdfs sync

2018-01-03 Thread ????
Hi Experts,We have customers using sentry on CDH for data access control and enabled HDFS syhc function. The files that associated with hive tables will be changed to hive:hive own. I did not find any documentation for the design, but our customer do not want use "hive" user as the file owner. Is