Member since
05-21-2019
5
Posts
2
Kudos Received
0
Solutions
06-04-2019
12:34 PM
1 Kudo
I faced the same issue after setting the following properties, it is working fine. set hive.mapred.mode=nonstrict; set hive.optimize.ppd=true; set hive.optimize.index.filter=true; set hive.tez.bucket.pruning=true; set hive.explain.user=false; set hive.fetch.task.conversion=none; set hive.support.concurrency=true; set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
... View more
06-04-2019
12:33 PM
Hi I faced the same issue after setting the following properties, it is working fine. set hive.mapred.mode=nonstrict; set hive.optimize.ppd=true; set hive.optimize.index.filter=true; set hive.tez.bucket.pruning=true; set hive.explain.user=false; set hive.fetch.task.conversion=none; set hive.support.concurrency=true; set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
... View more
06-04-2019
12:33 PM
1 Kudo
Hi I faced the same issue after setting the following properties, it is working fine. set hive.mapred.mode=nonstrict; set hive.optimize.ppd=true; set hive.optimize.index.filter=true; set hive.tez.bucket.pruning=true; set hive.explain.user=false; set hive.fetch.task.conversion=none; set hive.support.concurrency=true; set hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager;
... View more
06-04-2019
07:12 AM
Hi Sharma, Any update for your above issue, because I am also facing the same issue Error: java.io.IOException: java.lang.IllegalArgumentException: bucketId out of range: -1 (state=,code=0)
... View more
05-21-2019
01:45 PM
I faced the same issue (Spark for Hive acid tables )and I can able to manage with JDBC call from Spark. Maybe I can use this JDBC call from spark until we get the native ACID support from Spark. Please refer the below link for code and steps to achieve the same. https://github.com/Gowthamsb12/Spark/blob/master/Spark_ACID Stackoverflow Answer - https://stackoverflow.com/questions/50254590/how-to-read-orc-transaction-hive-table-in-spark/56233158#56233158 Thanks Gowtham
... View more