Re: Avoid Killing of YARN container on excess virtual memory usage

2012-10-18 Thread Harsh J
This is possible to do, but you've hit a bug with the current YARN implementation. Ideally you should be able to configure the vmem-pmem ratio (or an equivalent config) to be -1, to indicate disabling of virtual memory checks completely (and there's indeed checks for this), but it seems like we

Re: Avoid Killing of YARN container on excess virtual memory usage

2012-10-18 Thread Harsh J
I filed https://issues.apache.org/jira/browse/YARN-168. On Thu, Oct 18, 2012 at 5:07 PM, Harsh J ha...@cloudera.com wrote: This is possible to do, but you've hit a bug with the current YARN implementation. Ideally you should be able to configure the vmem-pmem ratio (or an equivalent config) to

Re: Avoid Killing of YARN container on excess virtual memory usage

2012-10-18 Thread Krishna Kishore Bonagiri
Thanks Harsha, I was actually looking this part of the code in ContainerMonitorImpl.java trying to find how can I make use of it, but as you said it's a bug and doesn't seem to be really handling the case. Thanks, Kishore On Thu, Oct 18, 2012 at 5:07 PM, Harsh J ha...@cloudera.com wrote: This