Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 44603 invoked from network); 28 Jun 2010 01:40:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Jun 2010 01:40:14 -0000 Received: (qmail 67826 invoked by uid 500); 28 Jun 2010 01:40:14 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 67774 invoked by uid 500); 28 Jun 2010 01:40:13 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 67766 invoked by uid 99); 28 Jun 2010 01:40:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 01:40:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jun 2010 01:40:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5S1do1J011985 for ; Mon, 28 Jun 2010 01:39:50 GMT Message-ID: <27112153.82031277689190017.JavaMail.jira@thor> Date: Sun, 27 Jun 2010 21:39:50 -0400 (EDT) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Updated: (HAMA-273) Implement killJob() method for local job In-Reply-To: <26383560.82001277688829372.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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.