blob: ac9f4ad56348cf1b053be51f986125a372c9afc8 [file] [log] [blame]
set hive.support.concurrency=true;
set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DummyTxnManager;
create table foo(a int, b varchar(128)) clustered by (a) into 1 buckets stored as orc;
update foo set b = 'fred';