Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 55508 invoked from network); 10 Nov 2010 05:06:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Nov 2010 05:06:09 -0000 Received: (qmail 89770 invoked by uid 500); 10 Nov 2010 05:06:40 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 89685 invoked by uid 500); 10 Nov 2010 05:06:38 -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 89677 invoked by uid 99); 10 Nov 2010 05:06:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Nov 2010 05:06:37 +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; Wed, 10 Nov 2010 05:06:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAA56DjX004279 for ; Wed, 10 Nov 2010 05:06:13 GMT Message-ID: <6430668.391289365573874.JavaMail.jira@thor> Date: Wed, 10 Nov 2010 00:06:13 -0500 (EST) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Updated: (HAMA-313) Implement all method of LocalJobRunner 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-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon updated HAMA-313: -------------------------------- Attachment: removelocaljobrunner.patch After more considering, I decided to remove this local job runner. Because of we can run standalone BSP system with local filesystem. Of course, the mini-BSP cluster can be implemented later. > Implement all method of LocalJobRunner > -------------------------------------- > > Key: HAMA-313 > URL: https://issues.apache.org/jira/browse/HAMA-313 > Project: Hama > Issue Type: Improvement > Components: bsp > Affects Versions: 0.2.0 > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Priority: Minor > Fix For: 0.2.0 > > Attachments: removelocaljobrunner.patch > > > LocalJobRunner is not work. We have to implement. > At local, there is no need to start the daemons. I think, Just thread-based BSP computing is OK. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.