blob: 72e405d86a9261745493443b8e755008b36900a3 [file] [log] [blame]
set hive.mapred.mode=nonstrict;
set hive.explain.user=false;
set hive.fetch.task.conversion=none;
set hive.support.concurrency=true;
set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
drop table convert_mm;
create table convert_mm(key int, id int) tblproperties("transactional"="true", "transactional_properties"="insert_only");
alter table convert_mm unset tblproperties('transactional_properties', 'transactional');