Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "GettingStartedYARN" page has been changed by thomasjungblut: http://wiki.apache.org/hama/GettingStartedYARN?action=diff&rev1=3&rev2=4 <<TableOfContents(5)>> = Getting Started with Hama on YARN (Hadoop 0.23.x) = - - If you are a total newb to Hama, please go directly to the [[GettingStartedYARN#Full_Walkthrough| Full Walkthrough section]]. == Requirements == @@ -17, +15 @@ This tutorial requires Hadoop 0.23.0 already correctly installed. If you haven't done this yet, please follow the official documentation http://hadoop.apache.org/common/docs/r0.23.0/ + + == How to run the Hama-YARN example == + + TODO this must be revised once the example has moved the jar. + + {{{ + bin/yarn jar hama-yarn-0.4.0-incubating.jar org.apache.hama.bsp.YarnSerializePrinting + }}} + + Once running, you should see in the spawned application master log that it is launching containers. + When the containers launched, you can see in the logs that there is a little "Hello World" from the other tasks. == How to write a Hama-YARN job == @@ -114, +123 @@ to submit a Hama job. You can just change the {{{BSPJob}}} to {{{YARNBSPJob}}}. - - = Full Walkthrough = - - This walkthrough guides you step by step to a working Hama BSP application on YARN. - However, you must have correctly installed Hadoop 0.23.x on your machine. - - <TODO> - Make some fancy pictures from eclipse and how to get a jar out of it and submit. -
