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(TSaslTransport.java:181)

Re: java.lang.OutOfMemoryError: Java heap space

2013-11-21 Thread Rok Kralj
What? On Nov 21, 2013 8:24 PM, Asher Devuyst ash...@gmail.com wrote: unsubscribe On Wed, Nov 20, 2013 at 5:23 PM, Rok Kralj rok.kr...@gmail.com wrote: Hello, I am getting this error (appearing after sending *SHOW TABLES;*query). $ hive --service hiveserver2 Starting HiveServer2

Re: JSON data to HIVE table

2014-01-07 Thread Rok Kralj
Also, if you have large or dynamic schemas which are a pain to write by hand, you can use this simple tool: https://github.com/strelec/hive-serde-gen 2014/1/7 Roberto Congiu roberto.con...@openx.com Also https://github.com/rcongiu/Hive-JSON-Serde ;) On Mon, Jan 6, 2014 at 12:00 PM, Russell