Re: Writing an application based on YARN 2.2

2013-11-15 Thread krispyjala
I also found this post to be of great help: http://tzulitai.wordpress.com/2013/08/30/yarn-applications-code-level-breakdown-client I think he has another post that covers ApplicationMaster code breakdown. -- Kris. -- View this message in context:

RE: Writing an application based on YARN 2.2

2013-11-14 Thread John Lilley
The distributed shell example is the best one that I know of. John From: Bill Q [mailto:bill.q@gmail.com] Sent: Tuesday, November 12, 2013 12:51 PM To: user@hadoop.apache.org Subject: Re: Writing an application based on YARN 2.2 Hi Lohit, Thanks a lot. Is there any updated docs that would

Re: Writing an application based on YARN 2.2

2013-11-12 Thread lohit
Apart from existing docs, there are few code examples which might be useful. hadoop-yarn-applications-distributedshell subproject within yarn Storm on YARN https://github.com/yahoo/storm-yarn 2013/11/12 Bill Q bill.q@gmail.com Hi friends, I am trying to migrate a distributed data

Re: Writing an application based on YARN 2.2

2013-11-12 Thread Bill Q
Hi Lohit, Thanks a lot. Is there any updated docs that would serve as a good entry point for writing a simple application on YARN? Thanks a lot. Many thanks. Bill On Tue, Nov 12, 2013 at 2:40 PM, lohit lohit.vijayar...@gmail.com wrote: Apart from existing docs, there are few code examples