Re: java.lang.OutOfMemoryError: Java heap space

2013-11-25 Thread David Morel
On 22 Nov 2013, at 9:35, Rok Kralj wrote: If anybody has any clue what is the cause of this, I'd be happy to hear it. On Nov 21, 2013 9:59 PM, "Rok Kralj" wrote: what does echo $HADOOP_HEAPSIZE return in the environment you're trying to launch hive from? David

Re: java.lang.OutOfMemoryError: Java heap space

2013-11-22 Thread Rok Kralj
M, Rok Kralj wrote: >> >>> Hello, I am getting this error (appearing after sending *SHOW >>> TABLES;*query). >>> >>> $ hive --service hiveserver2 >>> Starting HiveServer2 >>> Exception in thread "pool-4-thread-1" java.lang.OutOfM

Re: java.lang.OutOfMemoryError: Java heap space

2013-11-21 Thread Rok Kralj
Starting HiveServer2 >> Exception in thread "pool-4-thread-1" java.lang.OutOfMemoryError: Java >> heap space >> at >> org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:181) >> at >> org.apache.th

Re: java.lang.OutOfMemoryError: Java heap space

2013-11-21 Thread Asher Devuyst
unsubscribe On Wed, Nov 20, 2013 at 5:23 PM, Rok Kralj wrote: > Hello, I am getting this error (appearing after sending *SHOW TABLES;*query). > > $ hive --service hiveserver2 > Starting HiveServer2 > Exception in thread "pool-4-thread-1" java.lang.OutOfMemoryErro

java.lang.OutOfMemoryError: Java heap space

2013-11-20 Thread Rok Kralj
Hello, I am getting this error (appearing after sending *SHOW TABLES;*query). $ hive --service hiveserver2 Starting HiveServer2 Exception in thread "pool-4-thread-1" java.lang.OutOfMemoryError: Java heap space at org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTran

Re: drop table -> java.lang.OutOfMemoryError: Java heap space

2012-01-05 Thread Sam Wilson
I recommend trying a daily partitioning scheme over an hourly one. We had a similar setup and ran into the same problem and ultimately found that daily works fine for us, even with larger file sizes. At the very least it is worth evaluating. Sent from my iPhone On Jan 5, 2012, at 2:23 PM, Mat

Re: drop table -> java.lang.OutOfMemoryError: Java heap space

2012-01-05 Thread Matt Vonkip
Shoot, I meant to reply to the group, not respond to Mark directly.  (Mark replied offline to me; not sure the etiquette in pasting that response in here as well!) Hi Mark, thanks for the response!  I tried using the memory-intensive boostrap action and got a different error; however, I'm not

Re: drop table -> java.lang.OutOfMemoryError: Java heap space

2012-01-05 Thread Mark Grover
rex Awards 2009. "The One to Watch" - Treasury Today's Adam Smith Awards 2009. - Original Message - From: "Matt Vonkip" To: user@hive.apache.org Sent: Wednesday, January 4, 2012 6:07:08 PM Subject: drop table -> java.lang.OutOfMemoryError: Java heap space Hi fo

drop table -> java.lang.OutOfMemoryError: Java heap space

2012-01-04 Thread Matt Vonkip
and in the old version of Hive/Hadoop, I have no problem creating a table, recovering the partitions, and then dropping the table.  In the new version of Hive/Hadoop, the first two steps are successful, but I run into a "java.lang.OutOfMemoryError: Java heap space" error when I try t