You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Thomas Jungblut (JIRA)" <ji...@apache.org> on 2011/07/04 19:38:21 UTC

[jira] [Issue Comment Edited] (HAMA-410) Support configurable task slot

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

Thomas Jungblut edited comment on HAMA-410 at 7/4/11 5:36 PM:
--------------------------------------------------------------

This patch fixes localBSPRunner problems and adds a new protected constructor to BSPPeer.

Maven test completes without errors. 
{noformat}
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.273s
[INFO] Finished at: Mon Jul 04 19:29:30 CEST 2011
[INFO] Final Memory: 19M/235M
[INFO] ------------------------------------------------------------------------
{noformat}

Watchout this patch was generated by Subclipse under windows, so there may be CR's.

In addition we should privatize some methods in the BSPPeer class. And mark the existing BSPPeer-Interface methods as final.

      was (Author: thomas.jungblut):
    This patch fixes localBSPRunner problems and adds a new protected constructor to BSPPeer.

Maven test completes without errors. 
{noformat}
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.273s
[INFO] Finished at: Mon Jul 04 19:29:30 CEST 2011
[INFO] Final Memory: 19M/235M
[INFO] ------------------------------------------------------------------------
{noformat}

Watchout this patch was generated by Subclipse under windows, so there may be CR's.
  
> Support configurable task slot
> ------------------------------
>
>                 Key: HAMA-410
>                 URL: https://issues.apache.org/jira/browse/HAMA-410
>             Project: Hama
>          Issue Type: New Feature
>          Components: bsp
>    Affects Versions: 0.3.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.4.0
>
>         Attachments: HAMA-410_v01.patch, HAMA-410_v02.patch
>
>   Original Estimate: 168h
>          Time Spent: 24h
>  Remaining Estimate: 144h
>
> Currently we support only 1 task per GroomServer. The size of task slot should be configurable.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Issue Comment Edited] (HAMA-410) Support configurable task slot

Posted by "Edward J. Yoon" <ed...@apache.org>.
Thanks Thomas!

Sent from my iPhone

On 2011. 7. 5., at 오전 2:38, "Thomas Jungblut (JIRA)" <ji...@apache.org> wrote:

> 
>    [ https://issues.apache.org/jira/browse/HAMA-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059520#comment-13059520 ] 
> 
> Thomas Jungblut edited comment on HAMA-410 at 7/4/11 5:36 PM:
> --------------------------------------------------------------
> 
> This patch fixes localBSPRunner problems and adds a new protected constructor to BSPPeer.
> 
> Maven test completes without errors. 
> {noformat}
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 38.273s
> [INFO] Finished at: Mon Jul 04 19:29:30 CEST 2011
> [INFO] Final Memory: 19M/235M
> [INFO] ------------------------------------------------------------------------
> {noformat}
> 
> Watchout this patch was generated by Subclipse under windows, so there may be CR's.
> 
> In addition we should privatize some methods in the BSPPeer class. And mark the existing BSPPeer-Interface methods as final.
> 
>      was (Author: thomas.jungblut):
>    This patch fixes localBSPRunner problems and adds a new protected constructor to BSPPeer.
> 
> Maven test completes without errors. 
> {noformat}
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 38.273s
> [INFO] Finished at: Mon Jul 04 19:29:30 CEST 2011
> [INFO] Final Memory: 19M/235M
> [INFO] ------------------------------------------------------------------------
> {noformat}
> 
> Watchout this patch was generated by Subclipse under windows, so there may be CR's.
> 
>> Support configurable task slot
>> ------------------------------
>> 
>>                Key: HAMA-410
>>                URL: https://issues.apache.org/jira/browse/HAMA-410
>>            Project: Hama
>>         Issue Type: New Feature
>>         Components: bsp
>>   Affects Versions: 0.3.0
>>           Reporter: Edward J. Yoon
>>           Assignee: Edward J. Yoon
>>            Fix For: 0.4.0
>> 
>>        Attachments: HAMA-410_v01.patch, HAMA-410_v02.patch
>> 
>>  Original Estimate: 168h
>>         Time Spent: 24h
>> Remaining Estimate: 144h
>> 
>> Currently we support only 1 task per GroomServer. The size of task slot should be configurable.
> 
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
> 
>