Re: Storm-Hive : lock acquiring problem

2018-06-12 Thread Milind Vaidya
This worked for us. Thanks. On Tue, Jun 12, 2018 at 3:47 AM, Abhishek Raj wrote: > Circling back to this, I was able to figure out what the problem was. > storm-hive > > dependencies > ar

Re: Storm-Hive : lock acquiring problem

2018-06-12 Thread Roshan Naik
Great find. I agree with upgrading storm-hive to  newer hive. Maybe even   overdue.  Would be great if you can provide the PRs. Thanks  Roshan  Sent from Yahoo Mail for iPhone On Tuesday, June 12, 2018, 3:47 AM, Abhishek Raj wrote: Circling back to this, I was able to figure out what the prob

Re: Storm-Hive : lock acquiring problem

2018-06-12 Thread Abhishek Raj
Circling back to this, I was able to figure out what the problem was. storm-hive dependencies are compiled with hive version

Re: Storm-Hive : lock acquiring problem

2018-06-08 Thread Abhishek Raj
Hi. We faced a similar problem earlier when trying HiveBolt in storm with hive on emr. We were seeing java.lang.IllegalStateException: Unexpected DataOperationType: UNSET > agentInfo=Unknown txnid:130551 in hive logs. Any help here would be appreciated. On Fri, Jun 8, 2018 at 10:26 AM, Milind

Re: Storm-Hive : lock acquiring problem

2018-06-07 Thread Milind Vaidya
Here are some details from the meta store logs: 018-06-08T03:34:20,634 ERROR [pool-13-thread-197([])]: metastore.RetryingHMSHandler (RetryingHMSHandler.java:invokeInternal(204)) - java.lang.IllegalStateException: Unexpected DataOperationType: UNSET agentInfo=Unknown txnid:130551 at org.apache.

Re: Storm-Hive : lock acquiring problem

2018-06-07 Thread Roshan Naik
The lock issue seems to be happening on the Metastore end and surfacing via the API. Partition creation is working but the API is unable to acquire a TxnBatch from the metastore due to the lock issue. Check the hive metastore logs and see why the locks are failing. Roshan  Sent from Yahoo Mail