Member since
10-01-2015
1
Post
0
Kudos Received
0
Solutions
10-01-2015
10:04 AM
I am using Beeline+HS2 I configured the below properties at the shell level. But the script is failing with the same error: set hive.auto.convert.join.noconditionaltask.size = 10000000; set hive.support.concurrency = true; set hive.enforce.bucketing = true; set hive.exec.dynamic.partition.mode = nonstrict; set hive.txn.manager = org.apache.hadoop.hive.ql.lockmgr.DbTxnManager; set hive.compactor.initiator.on = true; set hive.compactor.worker.threads = 1 ; UPDATE update_test SET style_code="TEST" where style_code="xxxxx"; Error: Error while compiling statement: FAILED: SemanticException [Error 10294]: Attempt to do update or delete using transaction manager that does not support these operations. (state=42000,code=10294) Any Help is appreciated...
... View more