Re: Querying A table which JDBC

2014-09-23 Thread Nitin Pawar
can you share hiveserver2 heap size and your table size ? On Tue, Sep 23, 2014 at 11:31 PM, Shiang Luong wrote: > Ritesh thanks for your response. > > Where do I download and place the jars? > Do you mean on the hive server itself? I believe the files are already > there since I can query the s

Re: Querying A table which JDBC

2014-09-23 Thread Shiang Luong
Ritesh thanks for your response. Where do I download and place the jars? Do you mean on the hive server itself? I believe the files are already there since I can query the same table via command line. It feels like the serde is not being sent along with the query? or I need to get the jar sent ou

Re: Querying A table which JDBC

2014-09-22 Thread Ritesh Kumar Singh
try downloading the jar files and put it in the libraries folder On Tue, Sep 23, 2014 at 10:58 AM, Shiang Luong wrote: > Hi All, > > I'm new to hive. I'm having some problems querying an hive table with > JDBC. It fails when it is trying to run an map reduce job. It can't seem > to find the s

Querying A table which JDBC

2014-09-22 Thread Shiang Luong
Hi All, I'm new to hive. I'm having some problems querying an hive table with JDBC. It fails when it is trying to run an map reduce job. It can't seem to find the serde jar file. When I query it through the command line it works fine. Anyone have any hints on how I can get it working with JDB