Re: LLAP queries create a yarn app per query

2017-03-28 Thread Gopal Vijayaraghavan
> My bad. Looks like the thrift server is cycling through various AMs it > started when the thrift server was started. I think this is different from > either Hive 2.0.1 or LLAP.  This has been roughly been possible since hive-1.0, if you follow any of the Tez BI tuning guides over the last 4 r

Re: LLAP queries create a yarn app per query

2017-03-28 Thread Premal Shah
My bad. Looks like the thrift server is cycling through various AMs it started when the thrift server was started. I think this is different from either Hive 2.0.1 or LLAP. On Mon, Mar 27, 2017 at 11:38 PM, Premal Shah wrote: > Hi, > I have a thrift server to run queries using LLAP. There is scr

Re: Hive TxnHandler::lock method run into dead lock.

2017-03-28 Thread Igor Kuzmenko
Explicit configuration is workaround, but it doesn't solve deadlock problem. On Mon, Mar 27, 2017 at 8:28 PM, Eugene Koifman wrote: > There is an open ticket > > https://issues.apache.org/jira/browse/HIVE-13842 > > > > Eugene > > > > *From: *Igor Kuzmenko > *Reply-To: *"user@hive.apache.org" >

spring jdbc access Hive connection time out

2017-03-28 Thread yuxh
Here is my environment : hive2.2+hadoop2.7.3 on server node25, my client use hive-jdbc-2.1.1+spring-jdbc-4.2.8.RELEASE my jdbc info: spring.datasource.url=jdbc:hive2://192.168.156.25:1/default spring.datasource.username=hive spring.datasource.password=hive In Junit ,I issue a single query t