You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2010/09/06 07:58:33 UTC

[jira] Updated: (HAMA-285) Implement the launchTask() method.

     [ https://issues.apache.org/jira/browse/HAMA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-285:
--------------------------------

    Attachment: HAMA-285.patch

attach my patch.

> Implement the launchTask() method.
> ----------------------------------
>
>                 Key: HAMA-285
>                 URL: https://issues.apache.org/jira/browse/HAMA-285
>             Project: Hama
>          Issue Type: Sub-task
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: HAMA-285.patch
>
>
> After starting the HDFS and editing the conf files of HAMA as below, you can test the "zookeeper", "bspmaster", "groom" and Pi example with following command: 
> # {$HAMA_HOME}/bin/hama zookeeper | bspmaster | groom.
> # {$HAMA_HOME}/bin/hama jar build/hama-examples.jar pi
> {code}
> {$HAMA_HOME}/conf/hama-site.xml example:
> <configuration>
>   <property>
>     <name>bsp.master.address</name>
>     <value>master.udanax.org:40000</value>
>   </property>
>   <property>
>     <name>fs.default.name</name>
>     <value>hdfs://master.udanax.org:9000/</value>
>   </property>
>   <property>
>     <name>hama.zookeeper.quorum</name>
>     <value>master.udanax.org</value>
>   </property>
> </configuration>
> {code}
> When you submit a Pi example job, GroomServer.launchTask() will be called to run a task. it should be implemented.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.