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 MinhoKim: https://wiki.apache.org/hama/GettingStartedYARN?action=diff&rev1=4&rev2=5 <<TableOfContents(5)>> - = Getting Started with Hama on YARN (Hadoop 0.23.x) = + = Getting Started with Hama on YARN = == Requirements == Current Hama and Hadoop requires JRE 1.6 or higher and ssh to be set up between nodes in the cluster: - * Hadoop-0.23.x + * Hadoop-2.x * Sun Java JDK 1.6.x or higher version For additional information consult our CompatibilityTable. - This tutorial requires Hadoop 0.23.0 already correctly installed. + This tutorial requires Hadoop 2.x already correctly installed. - If you haven't done this yet, please follow the official documentation http://hadoop.apache.org/common/docs/r0.23.0/ + If you haven't done this yet, please follow the official documentation https://hadoop.apache.org/docs/stable/ == 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 + bin/hama jar hama-yarn-0.7.0-SNAPSHOT.jar org.apache.hama.bsp.YarnSerializePrinting }}} Once running, you should see in the spawned application master log that it is launching containers.
