RE: Beeline throws OOM on large input query

2016-09-03 Thread Adam
*Reply to Stephen Sprague* *1) confirm your beeline java process is indeed running with expanded* *memory* I used the -XX:+PrintCommandLineFlags which showed: -XX:MaxHeapSize=17179869184 confirming the 16g setting. *2) * *try the hive-cli (or the python one even.) or "beeline -u * *jdbc:hive2

RE: Beeline throws OOM on large input query

2016-09-03 Thread Markovitz, Dudu
Hi Adam I’m not clear about what you are trying to achieve in your query. Can you please give a small example? Thanks Dudu From: Adam [mailto:work@gmail.com] Sent: Friday, September 02, 2016 4:13 PM To: user@hive.apache.org Subject: Re: Beeline throws OOM on large input query I set the he