Re: Querying A table which JDBC

2014-09-23 Thread Shiang Luong
mail.com> wrote: > 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 fail

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