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