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 03:33:49 UTC

[jira] Created: (HAMA-273) Implement killJob() method for local job

Implement killJob() method for local job
----------------------------------------

                 Key: HAMA-273
                 URL: https://issues.apache.org/jira/browse/HAMA-273
             Project: Hama
          Issue Type: Improvement
          Components: bsp
    Affects Versions: 0.2.0
            Reporter: Edward J. Yoon
            Assignee: Edward J. Yoon
             Fix For: 0.2.0


1. Local job should be Thread.
2. The Thread.stop() method is unsafe and thus deprecated. We need to make own stop() method.

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


[jira] Updated: (HAMA-273) Implement killJob() method for local job

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

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

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

I removed findbugs warning, and committed this.

> Implement killJob() method for local job
> ----------------------------------------
>
>                 Key: HAMA-273
>                 URL: https://issues.apache.org/jira/browse/HAMA-273
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: HAMA-273.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 1. Local job should be Thread.
> 2. The Thread.stop() method is unsafe and thus deprecated. We need to make own stop() method.

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


[jira] Updated: (HAMA-273) Implement killJob() method for local job

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

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

    Attachment: HAMA-273.patch

attach my patch

> Implement killJob() method for local job
> ----------------------------------------
>
>                 Key: HAMA-273
>                 URL: https://issues.apache.org/jira/browse/HAMA-273
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: HAMA-273.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 1. Local job should be Thread.
> 2. The Thread.stop() method is unsafe and thus deprecated. We need to make own stop() method.

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


[jira] Updated: (HAMA-273) Implement killJob() method for local job

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

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

    Status: Patch Available  (was: Open)

submit patch.

> Implement killJob() method for local job
> ----------------------------------------
>
>                 Key: HAMA-273
>                 URL: https://issues.apache.org/jira/browse/HAMA-273
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.2.0
>
>         Attachments: HAMA-273.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 1. Local job should be Thread.
> 2. The Thread.stop() method is unsafe and thus deprecated. We need to make own stop() method.

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