Re: Nested JSON Parsing

2016-11-12 Thread Satya Harish Appana
> At last I want the output to be like this >> >> >> >> devicetype >> >> uuid >> >> ts.date >> >> events.evt >> >> events.ad >> >> events.tkey >> >> events.mtp >> >> events.eventid >

Hive Query Timeout in hive-jdbc

2016-02-02 Thread Satya Harish Appana
Hi Team, I am trying to connect to hiveServer via hive-jdbc. Can we configure client side timeout at each query executed inside each jdbc connection. (When I looked at HiveStatement.setQueryTimeout method it says operation unsupported). Is there any other way of timing out and cancelling the

Re: Hive Query Timeout in hive-jdbc

2016-02-02 Thread Satya Harish Appana
t; exception, the hiveserver side may also running the job. this will result >> in inconsistent state. >> >> On Tue, Feb 2, 2016 at 4:49 PM, Satya Harish Appana < >> satyaharish.app...@gmail.com> wrote: >> >>> Hi Team, >>> >>> I am trying to