Re: ERROR OutOfMemoryError: Java heap space

2015-02-25 Thread Jadhav Shweta
chSize(1000); Try this. Thanks & Regards, Srinivas T On Wed, Feb 25, 2015 at 4:10 PM, Jadhav Shweta wrote: Query is working fine if i have small data set in same table. But its throwing error for large data set Thanks Shweta Jadhav -Srinivas Thunga wrote: - To: "user@hi

Re: ERROR OutOfMemoryError: Java heap space

2015-02-25 Thread Jadhav Shweta
space not required. Make sure there will not be unnecessary looping in your code Thanks & Regards, Srinivas T On Wed, Feb 25, 2015 at 2:58 PM, Jadhav Shweta wrote: Do I need to increase HADOOP_HEAPSIZE I haven't set it. I have cluster with 4 machines each having 8GB ram. I read somew

Re: ERROR OutOfMemoryError: Java heap space

2015-02-25 Thread Jadhav Shweta
Do I need to increase HADOOP_HEAPSIZE I haven't set it. I have cluster with 4 machines each having 8GB ram. I read somewhere that we should mention auth=noSasl in hive jdbc url. Is it necessary Thanks Shweta Jadhav -Jadhav Shweta wrote: - To: user@hive.apache.org From: Jadhav S

Re: ERROR OutOfMemoryError: Java heap space

2015-02-25 Thread Jadhav Shweta
it happens when there are unnecessary looping. Please check your java code.  Thanks & Regards, Srinivas T On Wed, Feb 25, 2015 at 2:38 PM, Jadhav Shweta wrote: Hi I have installed apache hive 0.13.0. I have configured metastore as postgres db. Query is working fine in beeline command line

Re: ERROR OutOfMemoryError: Java heap space

2015-02-25 Thread Jadhav Shweta
, 2015 at 2:27 PM, Jadhav Shweta wrote: Hi I am running simple select query select * from table; thanks Shweta Jadhav -Srinivas Thunga wrote: - To: "user@hive.apache.org" From: Srinivas Thunga Date: 02/25/2015 01:09PM Subject: Re: Hi,  Can  you place the query as w

Re: ERROR OutOfMemoryError: Java heap space

2015-02-25 Thread Jadhav Shweta
& Regards, Srinivas T On Wed, Feb 25, 2015 at 1:02 PM, Jadhav Shweta wrote: Hi I am trying to run hive query Its getting executed from beeline interface but its throwing java.lang.OutOfMemoryError: Java heap space error when connecting using jdbc. I am using hive 0.13.0 version and hiveserver2. whic

[no subject]

2015-02-24 Thread Jadhav Shweta
Hi I am trying to run hive query Its getting executed from beeline interface but its throwing java.lang.OutOfMemoryError: Java heap space error when connecting using jdbc. I am using hive 0.13.0 version and hiveserver2. which parameters i need to configure for the same. thanks Shweta Jadhav =