blob: ef4b323f063b6bcd3107593abbeeb3f852f1cf7f [file] [log] [blame]
set hive.support.concurrency=true;
set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
drop database if exists drop_nodbunlock;
create database drop_nodbunlock;
unlock database drop_nodbunlock;