Re: Storage Based Authorization for s3a warehouse

2023-01-17 Thread Marco Jacopo Ferrarotti
ding 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

Re: Storage Based Authorization for s3a warehouse

2023-01-17 Thread Wen Shi via user
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 me >

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 storage based

Re: Issues with hive storage based authorization

2017-11-15 Thread Vijay Toshniwal
as 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, > Vij

Re: Issues with hive storage based authorization

2017-11-15 Thread Jörn Franke
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 > even enabling the hive storage based auth

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
e: >> Is your Hadoop cluster kerberized? >> >>> On 9. Nov 2017, at 06:57, Vijay Toshniwal <vijay.toshni...@gmail.com> wrote: >>> >>> Hi Team, >>> >>> >>> >>> I am facing issues while configuring hive storage based a

Re: Issues with hive storage based authorization

2017-11-09 Thread Vijay Toshniwal
cing issues while configuring hive storage based authorization. I > followed the steps mentioned in https://cwiki.apache.org/confl > uence/display/Hive/Storage+Based+Authorization+in+the+Metastore+Server > however still any user can create database in hive (using beeline and cli) > at will th

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 <vijay.toshni...@gmail.com> wrote: > > Hi Team, > > > > I am facing issues while configuring hive storage based authorization. I > followed the steps mentioned in > https://cw

Re:Issues with hive storage based authorization

2017-11-08 Thread 游垂凯
在 2017-11-09 13:57:03,"Vijay Toshniwal" <vijay.toshni...@gmail.com> 写道: 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

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

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: property namehive.security.authorization.enabled/name valuetrue/value /property property namehive.security.authorization.manager/name

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

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