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/06/25 09:04:52 UTC

[jira] Commented: (HAMA-271) Add local bsp job runner.

    [ https://issues.apache.org/jira/browse/HAMA-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882473#action_12882473 ] 

Edward J. Yoon commented on HAMA-271:
-------------------------------------

In BSPPeer, the value of "bsp.peers.num" is always integer. I'm changing all from conf.set("bsp.peers.num", String.valueOf(1)) to conf.setInt("bsp.peers.num", 1).

> Add local bsp job runner.
> -------------------------
>
>                 Key: HAMA-271
>                 URL: https://issues.apache.org/jira/browse/HAMA-271
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: patch.txt
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> adding local bsp job runner.

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