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
>
> 收件 人:&
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
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
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
?
- 原始邮件 -
发件人: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,
From: Allen [mailto:bjallenw...@sina.com]
Sent: 26 March 2015 10:40
To: user
Subject: how to set column level privileges
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 to know Is there a
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
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 to know
Is there anyway to set column level privileges? Thanks!