Re: how to set column level privileges

2015-03-26 Thread Raunak Jhawar
I found there is a table named TBL_COL_PRIV in hive metastore database, > maybe this table is related to column privilege,but it is never used in > hive. Anybody knew why? > > > ---- > > > - 原始邮件 - > 发件 人:Daniel Haviv > > 收件 人:&

回复:Re: how to set column level privileges

2015-03-26 Thread Allen
Hi, NitinThanks for your replay. This very useful for us. We'll consider about your suggestions. - 原始邮件 - 发件人:Alan Gates 收件人:user@hive.apache.org 主题:Re: how to set column level privileges 日期:2015年03月26日 23点23分 Column level permissions was add

Re: how to set column level privileges

2015-03-26 Thread Alan Gates
re database, maybe this table is related to column privilege,but it is never used in hive. Anybody knew why? - 原始邮件 - 发件人:Daniel Haviv 收件人:"user@hive.apache.org" 主题:Re: how to set column level privileges 日期:2015年03月26日 18点42分 Create a vie

Re: Re: how to set column level privileges

2015-03-26 Thread Nitin Pawar
in > hive. Anybody knew why? > > > > > > - 原始邮件 - > 发件人:Daniel Haviv > 收件人:"user@hive.apache.org" > 主题:Re: how to set column level privileges > 日期:2015年03月26日 18点42分 > > Create a view with the permitted colum

回复:Re: how to set column level privileges

2015-03-26 Thread Allen
? - 原始邮件 - 发件人:Daniel Haviv 收件人:"user@hive.apache.org" 主题:Re: how to set column level privileges 日期:2015年03月26日 18点42分 Create a view with the permitted columns and handle the privileges for it Daniel On 26 במרץ 2015, at 12:40, Allen wrote: hi,

RE: how to set column level privileges

2015-03-26 Thread Mich Talebzadeh
I do not know for sure but you can always create a view on the table excluding columns that you don't want this particular application to see. Rather tedious. HTH Mich Talebzadeh http://talebzadehmich.wordpress.com Publications due shortly: Creating in-memory Data Grid for Trading

Re: how to set column level privileges

2015-03-26 Thread Daniel Haviv
Create a view with the permitted columns and handle the privileges for it Daniel > On 26 במרץ 2015, at 12:40, Allen wrote: > > hi, > > We use SQL standards based authorization for authorization in Hive > 0.14. But it has not support for column level privileges. > > So, I want t