blob: a4dae38fac8f99fbe69ed48533e986b27282d1dd [file] [log] [blame]
set hive.support.concurrency=true;
set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
CREATE TABLE mm_table(key int, value string) stored as rcfile tblproperties ("transactional"="true", "transactional_properties"="insert_only");
TRUNCATE TABLE mm_table COLUMNS (value);