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/28 10:34:49 UTC

[jira] Created: (HAMA-277) Add default number of bsp task

Add default number of bsp task
------------------------------

                 Key: HAMA-277
                 URL: https://issues.apache.org/jira/browse/HAMA-277
             Project: Hama
          Issue Type: New Feature
          Components: scripts 
    Affects Versions: 0.2.0
            Reporter: Edward J. Yoon
            Assignee: Edward J. Yoon
            Priority: Trivial
             Fix For: 0.2.0


need to adding default value of bsp tasks.


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


[jira] Resolved: (HAMA-277) Add default number of bsp task

Posted by "Edward J. Yoon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HAMA-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon resolved HAMA-277.
---------------------------------

    Resolution: Fixed

I'm adding property as below:

{code}
  <property>
    <name>bsp.peers.num</name>
    <value>3</value>
    <description>The default number of bsp tasks per job.  Typically set
    to a prime several times greater than number of available hosts.
    </description>
  </property>
{code}

> Add default number of bsp task
> ------------------------------
>
>                 Key: HAMA-277
>                 URL: https://issues.apache.org/jira/browse/HAMA-277
>             Project: Hama
>          Issue Type: New Feature
>          Components: scripts 
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>            Priority: Trivial
>             Fix For: 0.2.0
>
>
> need to adding default value of bsp tasks.

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