Thanks! In logs i only see messages of DummyTxnManager, nothing about DbTxnManager.
When i connected to hive i use "set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;". How else i can configure transaction manager? 2017-02-02 11:12 GMT+03:00 Gopal Vijayaraghavan <gop...@apache.org>: > > > > > > I try reduce check interval and launch it manuallty with command "Alter > > table tx_tbl compaction 'major';". Nothing helps. > > You can check the hive metastore log and confirm it also has the > DbTxnManager > set up & that it is triggering the compactions. > > Without a standalone metastore, the hive ACID compactor threads are not > triggered. > > Cheers, > Gopal > > >