Differences hadoop-2.0.0-alpha Vs hadoop-2.0.3-alpha

2013-03-26 Thread Krishna Kishore Bonagiri
Hi, I have some YARN application written and running properly against hadoop-2.0.0-alpha but when I recently downloaded and started using hadoop-2.0.3-alpha it doesn't work. I think the original one I wrote was looking at the Client.java and ApplicationMaster.java in DistributedShell example.

Exception when running a YARN application against hadoop-2.0.3-alpha

2013-03-25 Thread Krishna Kishore Bonagiri
Hi, I have a YARN application (Client.java and ApplicationMaster.java) that I have had been compiling and running with the hadoop-2.0.0-alpha. I recently downloaded hadoop-2.0.3-alpha and been trying to compile and run my application against it. I am seeing the following exception, can somebody

Re: Error starting ResourceManager with hadoop-2.0.3-alpha

2013-03-22 Thread Krishna Kishore Bonagiri
/resources/capacity-scheduler.xml -- Hitesh On Mar 21, 2013, at 7:57 AM, Krishna Kishore Bonagiri wrote: Hi, I had been using hadoop-2.0.0-alpha since quite sometime which I think I downloaded around June/July last year. Now I am trying to shift to the latest version hadoop-2.0.3-alpha

Re: Too many open files error with YARN

2013-03-21 Thread Krishna Kishore Bonagiri
this where that was a symptom. -Sandy On Wed, Mar 20, 2013 at 4:24 AM, Krishna Kishore Bonagiri write2kish...@gmail.com wrote: Hi, I am running a date command with YARN's distributed shell example in a loop of 1000 times in this way: yarn jar /home/kbonagir/yarn/hadoop-2.0.0-alpha

Re: OutofMemoryError when running an YARN application with 25 containers

2013-01-18 Thread Krishna Kishore Bonagiri
to increase the HeapSize of ApplicationMaster. HTH, Anil Gupta On Mon, Jan 14, 2013 at 4:35 AM, Krishna Kishore Bonagiri write2kish...@gmail.com wrote: Hi, I am getting the following error in ApplicationMaster.stderr when running an application with around 25 container launches. How can I

Re: OutofMemoryError when running an YARN application with 25 containers

2013-01-18 Thread Krishna Kishore Bonagiri
to release 2.0.3-alpha very soon. Arun On Jan 14, 2013, at 4:35 AM, Krishna Kishore Bonagiri wrote: Hi, I am getting the following error in ApplicationMaster.stderr when running an application with around 25 container launches. How can I resolve this issue? JVMDUMP006I Processing dump event

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

2012-10-18 Thread Krishna Kishore Bonagiri
(…). On Thu, Oct 18, 2012 at 4:00 PM, Krishna Kishore Bonagiri write2kish...@gmail.com wrote: Hi, Is there a way we can ask the YARN RM for not killing a container when it uses excess virtual memory than the maximum it can use as per the specification in the configuration file yarn

<    1   2