Member since
04-09-2019
2
Posts
0
Kudos Received
0
Solutions
04-09-2019
09:48 AM
<property> <name>hive.support.concurrency</name> <value>true</value> </property> <property> <name>hive.txn.manager</name> <value>org.apache.hadoop.hive.ql.lockmgr.DbTxnManager</value> </property> <property> <name>hive.compactor.initiator.on</name> <value>true</value> </property> <property> <name>hive.compactor.worker.threads</name> <value>1</value> </property>
... View more
04-09-2019
09:43 AM
/etc/hive/conf and update property in hive-site.xml not using these ser use xml tag . SET hive.txn.manager =org.apache.hadoop.hive.ql.lockmgr.DbTxnManager; SET hive.compactor.initiator.on = true; SET hive.compactor.worker.threads = 1; it worked for me.
... View more