You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/09/21 00:26:22 UTC

[Hadoop Wiki] Trivial Update of "WritingYarnApps" by ChrisRiccomini

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "WritingYarnApps" page has been changed by ChrisRiccomini:
http://wiki.apache.org/hadoop/WritingYarnApps?action=diff&rev1=1&rev2=2

  ClientRMProtocol -> Protocol for job-client (launching program from gateway) to talk to RM to launch a new application i.e. application master itself
  AMRMProtocol -> Protocol for AM to use to register/stop itself and get resources from the Scheduler
  
+ === Useful Links ===
+ 
+  * https://issues.apache.org/jira/secure/attachment/12486023/MapReduce_NextGen_Architecture.pdf
+  * http://developer.yahoo.com/blogs/hadoop/posts/2011/03/mapreduce-nextgen-scheduler/
+  * http://www.mesosproject.org/
+  * https://issues.apache.org/jira/browse/MAPREDUCE-2890
+  * https://github.com/mesos/spark-yarn/
+  * https://github.com/mesos/spark-yarn/blob/master/src/main/java/spark/yarn/ApplicationMaster.java
+  * https://github.com/mesos/spark-yarn/blob/master/src/main/java/spark/yarn/Client.java
+