blob: e9faa2422e0beb1cf8ea8a0fca09270c3c00a53d [file] [log] [blame]
set hive.mapred.mode=nonstrict;
set hive.support.concurrency=true;
set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
set hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat;
create table not_an_acid_table (a int, b varchar(128));
alter table not_an_acid_table compact 'major';
drop table not_an_acid_table;