Hi ,
       Is anyone tried hive 0.14 configuration.I built it using maven from
github.
Insert is working fine but when i use update/delete i got the  error.First
i created table and inserted rows.

CREATE  TABLE new(id int ,name string)ROW FORMAT DELIMITED FIELDS
TERMINATED BY ',';
 insert into table new values ('1','Mahesh');

update new set name='Raj' where id=1;

FAILED: SemanticException [Error 10297]: Attempt to do update or delete on
table default.new that does not use an AcidOutputFormat or is not bucketed.

When i update the table i got the above error.

Can you help me guys.

Thanks

Mahesh.S

Reply via email to