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 2012/10/16 02:59:03 UTC

[jira] [Updated] (HAMA-638) Merge "bsp.checkpoint.enabled" and "bsp.ft.enabled" properties

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

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

    Attachment: HAMA-638.patch

Just removed bsp.checkpoint.enabled property.
                
> Merge "bsp.checkpoint.enabled" and "bsp.ft.enabled" properties
> --------------------------------------------------------------
>
>                 Key: HAMA-638
>                 URL: https://issues.apache.org/jira/browse/HAMA-638
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp core
>    Affects Versions: 0.5.0
>            Reporter: Edward J. Yoon
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: HAMA-638.patch
>
>
> {code}
>   <property>
>     <name>bsp.ft.enabled</name>
>     <value>false</value>
>     <description>Enable Fault Tolerance in BSP Task execution.</description>
>   </property>
>   <property>
>     <name>bsp.checkpoint.enabled</name>
>     <value>false</value>
>     <description>Enable Hama to checkpoint the messages transferred among BSP tasks during the BSP synchronization period.</description>
>   </property>
> {code}
> Since checkpointing is subordinate to ft system, we don't need to provide two options separately.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira