Re: Implementing and running an applicationmaster

2013-12-05 Thread Yue Wang
ence would be: MR -> end-user-config -> driver, DS -> driver (but you > still can create your own end-user-config). Hope this answers your question > and that I understood it correctly. > > regards > tmp > > > 2013/12/5 Yue Wang > >> Hi, >> >> I

Re: Implementing and running an applicationmaster

2013-12-04 Thread Yue Wang
-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell. > > regards > tmp > > > 2013/12/1 Yue Wang > >> Hi, >> >> I found the page ( >> http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/WritingYarnApplications.html) >

Implementing and running an applicationmaster

2013-12-01 Thread Yue Wang
Hi, I found the page ( http://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/WritingYarnApplications.html) and know how to write an ApplicationMaster. However, is there a complete example showing how to run this ApplicationMaster with a real Hadoop Program (e.g. WordCount) on YARN? T