Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 87916 invoked from network); 23 Nov 2009 10:01:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Nov 2009 10:01:02 -0000 Received: (qmail 72589 invoked by uid 500); 23 Nov 2009 10:01:02 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 72551 invoked by uid 500); 23 Nov 2009 10:01:02 -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 72538 invoked by uid 99); 23 Nov 2009 10:01:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 10:01:01 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 10:00:59 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A9F7F234C1E9 for ; Mon, 23 Nov 2009 02:00:39 -0800 (PST) Message-ID: <1334567751.1258970439694.JavaMail.jira@brutus> Date: Mon, 23 Nov 2009 10:00:39 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Commented: (HAMA-229) Adding a codebase of TaskID and TaskAttemptID In-Reply-To: <192152673.1258598439887.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HAMA-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781352#action_12781352 ] Edward J. Yoon commented on HAMA-229: ------------------------------------- Seems really skeleton code patch. However, If you want your patch to be committed, pls let me know. You can use the 'Submit Patch' button. > Adding a codebase of TaskID and TaskAttemptID > --------------------------------------------- > > Key: HAMA-229 > URL: https://issues.apache.org/jira/browse/HAMA-229 > Project: Hama > Issue Type: Sub-task > Affects Versions: 0.2.0 > Reporter: Hyunsik Choi > Assignee: Hyunsik Choi > Attachments: HAMA-229_v01.patch > > > TaskID and TaskAttemptID will play roles to represent identifiers for a task and a task attempt respectively. > These code bases will be based on those of hadoop. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.