Re: Storage Based Authorization for s3a warehouse

2023-01-17 Thread Marco Jacopo Ferrarotti
building an on prem data warehouse with a custom s3 gateway as >> storage backend. I was able to deploy a standalone Hive Metastore Server >> (HMS) secured by kerberos however now I'm having a hard time figuring out >> how to manage authorization. >> >> It seems

Re: Storage Based Authorization for s3a warehouse

2023-01-17 Thread Wen Shi via user
a hard time figuring out how to > manage authorization. > > It seems to me that the storage based authorization layer is not > compatible with s3a since hadoop reports just stub permissions for such > "fs". On the other hand SQL Standards Based Authorization would force

Storage Based Authorization for s3a warehouse

2023-01-17 Thread Marco Jacopo Ferrarotti
Hi, I'm building an on prem data warehouse with a custom s3 gateway as storage backend. I was able to deploy a standalone Hive Metastore Server (HMS) secured by kerberos however now I'm having a hard time figuring out how to manage authorization. It seems to me that the sto

Re: Issues with hive storage based authorization

2017-11-15 Thread Vijay Toshniwal
authenticating using a keytab can go and create > databases. > > One thing I observer was the dfs.permissions.enabled in hdfs-site.xml set > to false. After setting it to true a user with required privilege on the > warehouse dir was only able to create database. However that works without &g

Re: Issues with hive storage based authorization

2017-11-15 Thread Jörn Franke
ne thing I observer was the dfs.permissions.enabled in hdfs-site.xml set to > false. After setting it to true a user with required privilege on the > warehouse dir was only able to create database. However that works without > even enabling the hive storage based authorization. So not sure how hiv

Re: Issues with hive storage based authorization

2017-11-15 Thread Vijay Toshniwal
privilege on the warehouse dir was only able to create database. However that works without even enabling the hive storage based authorization. So not sure how hive storage base authorization will provided additional security. Definitely I am missing something. Please suggest. Thanks, Vijay On Thu

Re: Issues with hive storage based authorization

2017-11-09 Thread Jörn Franke
t;> On 9. Nov 2017, at 06:57, Vijay Toshniwal wrote: >>> >>> Hi Team, >>> >>> >>> >>> I am facing issues while configuring hive storage based authorization. I >>> followed the steps mentioned in >>> https://cwiki.apach

Re: Issues with hive storage based authorization

2017-11-09 Thread Vijay Toshniwal
No its not. Thanks, Vijay On Thu, Nov 9, 2017 at 1:09 PM, Jörn Franke wrote: > Is your Hadoop cluster kerberized? > > On 9. Nov 2017, at 06:57, Vijay Toshniwal > wrote: > > Hi Team, > > > > I am facing issues while configuring hive storage based authorization. I

Re: Issues with hive storage based authorization

2017-11-08 Thread Jörn Franke
Is your Hadoop cluster kerberized? > On 9. Nov 2017, at 06:57, Vijay Toshniwal wrote: > > Hi Team, > > > > I am facing issues while configuring hive storage based authorization. I > followed the steps mentioned in > https://cwiki.apache.org/confluence

Re:Issues with hive storage based authorization

2017-11-08 Thread 游垂凯
wmky_kk 在 2017-11-09 13:57:03,"Vijay Toshniwal" 写道: Hi Team, I am facing issues while configuring hive storage based authorization. I followed the steps mentioned in https://cwiki.apache.org/confluence/display/Hive/Storage+Based+Authorization+in+the+Metastore+Server however s

Issues with hive storage based authorization

2017-11-08 Thread Vijay Toshniwal
Hi Team, I am facing issues while configuring hive storage based authorization. I followed the steps mentioned in https://cwiki.apache.org/ confluence/display/Hive/Storage+Based+Authorization+in+the+Metastore+Server however still any user can create database in hive (using beeline and cli) at

Storage Based Authorization

2015-05-11 Thread Udit Mehta
Hi, I have enabled storage based authorization in the hive metastore by adding the following configs to hive-site: > > hive.security.authorization.enabled > true > > > > hive.security.

Using Storage Based Authorization with Kerberos security.

2015-02-16 Thread Thomas Larsson
Hello, We are using Hive 0.11 and are using kerberos authentication for our cluster. I just tried out enabling Storage Based Authorization as described here: https://cwiki.apache.org/confluence/display/Hive/Storage+Based+Authorization+in+the+Metastore+Server Using the cli, I then created a

Regarding configuration of Storage based authorization in Hive 0.12

2015-01-16 Thread Jim Green
Hi Team, Per the documentation for Hive Storage based authorization in Hive, it has 2 uses: 1. Metastore side authorization 2. Client side authorization I have some questions because after enabling client side authorization by adding below configurations in hive-site.xml on client side, I got