Hadoop Yarn - samples

2013-08-28 Thread Manickam P
Hi, I have just installed Hadoop 2.0.5 alpha version. I want to analyse how the Yarn resource manager and node mangers works. I executed the map reduce examples but i want to execute the samples in Yarn. Searching for that but unable to find any. Please help me. Thanks, Manickam P

Re: Hadoop Yarn - samples

2013-08-28 Thread Nitin Pawar
you can follow this http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/WritingYarnApplications.html and build your own applications On Wed, Aug 28, 2013 at 5:17 PM, Manickam P wrote: > Hi, > > I have just installed Hadoop 2.0.5 alpha version. > I want to analyse how the Yarn re

Re: Hadoop Yarn - samples

2013-08-29 Thread Arun C Murthy
Take a look at the dist-shell example in http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/ I recently wrote up another simplified version of it for illustration purposes here: https://github.com/ho

Re: Hadoop Yarn - samples

2013-08-29 Thread Punnoose, Roshan
Is there an example of running a sample yarn application that will only allow one container to start per host? Punnoose, Roshan rashan.punnr...@merck.com On Aug 29, 2013, at 10:08 AM, Arun C Murthy mailto:a...@hortonworks.com>> wrote: Take a look at the dist

RE: Hadoop Yarn - samples

2013-08-29 Thread Manickam P
Hi Arun, Thanks for your reply. Actually i've installed apache hadoop. The samples you shared looks like hortonworks so will it work fine for me? I got a doubt on this so asking here. Thanks, Manickam P From: a...@hortonworks.com Subject: Re: Hadoop Yarn - samples Date: Thu, 29 Aug 2013

RE: Hadoop Yarn - samples

2013-08-29 Thread Devaraj k
@hadoop.apache.org Subject: Re: Hadoop Yarn - samples Is there an example of running a sample yarn application that will only allow one container to start per host? Punnoose, Roshan rashan.punnr...@merck.com<mailto:rashan.punnr...@merck.com> On Aug 29, 2013, at 10:08 AM, Arun C Murthy ma