Re: Can you help with this error ...No privilege 'Create' found for outputs {.....

2012-02-02 Thread Able C
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 > hive> create table t1(t1 string); > > Authorization

Re: Related to INSERT QUERY in Hive

2012-01-17 Thread Able C
Hello Bhavesh Shah: Appending feature (insert into ) not supported in hive-0.7.* three ways : 1:hadoop fs -put localfile hdfs:/.../.../table_dir/partiton_dir/ 2:use hive-0.8 3: patch your hive with https://issues.apache.org/jira/browse/HIVE-306 2012/1/18 Bhavesh Shah > Hello, > I am using