Re: Yarn Containers using all the space

2014-08-16 Thread karthik Srivasthava
I have total Memory of 48 GB with active 8 nodes. Initially i set up set yarn.nodemanager.resource.memory-mb=6144; set yarn.scheduler.maximum-allocation-mb=6144; set yarn.scheduler.minimum-allocation-mb=512; 46 Containers are created using all the space available.. Then i changed it to so that

Re: Yarn Containers using all the space

2014-08-16 Thread Siddharth Tiwari
Whats the value set in yarn-site ? Can you paste here ? Sent from my iPhone > On Aug 16, 2014, at 8:19 PM, "karthik Srivasthava" > wrote: > > So i tried using these > > set yarn.nodemanager.resource.memory-mb ; > set yarn.scheduler.maximum-allocation-mb; > > Even though, one yarn_tez

Re: Yarn Containers using all the space

2014-08-16 Thread karthik Srivasthava
So i tried using these set yarn.nodemanager.resource.memory-mb ; set yarn.scheduler.maximum-allocation-mb; Even though, one yarn_tez application is using all the space available.. Do you think i didnt set these settings properly or i should set different parameters.? Thanks in advance

Re: Yarn Containers using all the space

2014-08-16 Thread Manoj
Tweak parameters to control container memory allocation. Take a look at this: http://hortonworks.com/blog/how-to-plan-and-configure-yarn-in-hdp-2-0/ > On Aug 16, 2014, at 12:58 PM, karthik Srivasthava > wrote: > > Thanks manoj for ur response. > > But i struggle to run another application in

Re: Yarn Containers using all the space

2014-08-16 Thread Siddharth Tiwari
Limit the maximum usable memory by Yarn Sent from my iPhone > On Aug 16, 2014, at 12:16 PM, "karthik Srivasthava" > wrote: > > I am using TEZ as Hive Execution Engine. When i run a query , Yarn Containers > are using all the space available in node. This doesnt allow another query to > run.

Re: Yarn Containers using all the space

2014-08-16 Thread karthik Srivasthava
Thanks manoj for ur response. But i struggle to run another application in same node as first yarn application using all the available RAM . On Sat, Aug 16, 2014 at 11:44 AM, Manoj wrote: > Look into setting up yarn queues and quotas. > > > On Aug 16, 2014, at 8:15 AM, karthik Srivasthava

Re: NullPointerException when use webhcat

2014-08-16 Thread André Hacker
Hi, maybe it does not load the webhcat configuration files webhcat-default.xml and webhcat-site.xml. I remember I had a similar issue. See section https://cwiki.apache.org/confluence/display/Hive/WebHCat+Configure#WebHCatConfigure-ConfigurationVariables Please check your webhcat.log. It is create

Re: Yarn Containers using all the space

2014-08-16 Thread Manoj
Look into setting up yarn queues and quotas. > On Aug 16, 2014, at 8:15 AM, karthik Srivasthava > wrote: > > I am using TEZ as Hive Execution Engine. When i run a query , Yarn Containers > are using all the space available in node. This doesnt allow another query to > run. Am i missing any co

Yarn Containers using all the space

2014-08-16 Thread karthik Srivasthava
I am using TEZ as Hive Execution Engine. When i run a query , Yarn Containers are using all the space available in node. This doesnt allow another query to run. Am i missing any configuration settings here. Please let me know guys where the error might be. Thanks in advance, Karthik

Re: Null pointer error with UNION ALL on partitioned tables

2014-08-16 Thread Gunther Hagleitner
Suma, UNION ALL wasn't supported on Tez at the time of the first merge, but it is there in 0.13.0 (https://issues.apache.org/jira/browse/HIVE-6360). Chris - sounds like a bug. I tried to repro it on trunk, but it worked for me. Maybe I'm not hitting the right combination of things. Can you open a