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
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
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
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