hi
do you enable authorization ?
hive> set hive.security.authorization.enabled;   -- is this " true"?

you can
hive> set  hive.security.authorization.enabled = false;

or
hive> grant create to your_username on table t1;


2012/2/3 Ronak Bhatt <ronakb...@gmail.com>

> hive> create table t1(t1 string);
>
> Authorization failed:No privilege 'Create' found for outputs {
> database:test1}. Use show grant to get more details.
>
> hive>
>
>
>
> *
> *
>
>


-- 
Best wishs!
曹 坤

Reply via email to