Re: Cannot insert into a bucketized table from the same table

2013-08-29 Thread Nitin Pawar
Neha, its not a bug. Hive does not support insert into bucketed table as of now. There is a patch available for same at HIVE-3244 You can also refer HIVE-3077 On Thu, Aug 29, 2013 at 2:32 PM, Neha S

Cannot insert into a bucketized table from the same table

2013-08-29 Thread Neha Sood
Hive version: 0.10.0-cdh4.2.1 Trying to insert into a bucketized table from the same table, throws exception: "FAILED: SemanticException [Error 10122]: Bucketized tables do not support INSERT INTO: Table:" To test the scenario, I create the following 3 test tables: create table temp1 (a int) PART