Re: Compactions doesn't launch on Hive 1.1.0

2017-02-02 Thread Eugene Koifman
: Thursday, February 2, 2017 at 1:50 AM To: "user@hive.apache.org" Subject: Re: Compactions doesn't launch on Hive 1.1.0 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.

Re: Compactions doesn't launch on Hive 1.1.0

2017-02-02 Thread Максим Буйлин
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 : > > > > > > I

Re: Compactions doesn't launch on Hive 1.1.0

2017-02-02 Thread Gopal Vijayaraghavan
> 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

Compactions doesn't launch on Hive 1.1.0

2017-02-01 Thread Максим Буйлин
Hi! I'm testing hive transactions. They work well, but compaction doesn't launch. I try reduce check interval and launch it manuallty with command "Alter table tx_tbl compaction 'major';". Nothing helps. Hive version: Hive 1.1.0-cdh5.8.3 Hive properties: *set *hive.support.concurrency=*true*;