Re: Thrift Java Client - TTransportException (SocketException: Connection reset)

2011-02-24 Thread Ayush Gupta
t;> The Thrift javadoc doesn't specify whether timeout is in seconds or >> milliseconds, so you'll probably have to play around with this value. >> >> Hope this helps. >> >> Carl >> >> >> On Thu, Feb 24, 2011 at 10:52 PM, Ayush Gupta wrote: &g

Re: Thrift Java Client - TTransportException (SocketException: Connection reset)

2011-02-24 Thread Ayush Gupta
t thing that I would do. > > The query (map/reduce job) will continue to run even if you shutdown the > server since a shutdown does not kill the job submitted to the JobTracker. > sure > > On Thu, Feb 24, 2011 at 9:36 PM, Ayush Gupta wrote: > >> Probing this further rev

Re: Thrift Java Client - TTransportException (SocketException: Connection reset)

2011-02-24 Thread Ayush Gupta
Yes, the hiveserver server was started and running before the client program was run. -ayush On Fri, Feb 25, 2011 at 12:14 PM, Adarsh Sharma wrote: > Did you start hiverserver service before running the client Program. > > > Cheers, Adarsh > > > > Ayush Gupta wrote:

Re: Thrift Java Client - TTransportException (SocketException: Connection reset)

2011-02-24 Thread Ayush Gupta
h On Fri, Feb 25, 2011 at 8:23 AM, Ayush Gupta wrote: > Hi! I'm having some trouble running queries from a java client against a > remote Thrift Hive server. Its all setup and quicker queries do run through > fine. > > But queries which run longer than about 10 minutes disco

Thrift Java Client - TTransportException (SocketException: Connection reset)

2011-02-24 Thread Ayush Gupta
Hi! I'm having some trouble running queries from a java client against a remote Thrift Hive server. Its all setup and quicker queries do run through fine. But queries which run longer than about 10 minutes disconnect the client with a "TTransportException: Connection reset" exception.. The query c