Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@locus.apache.org Received: (qmail 56022 invoked from network); 8 Oct 2008 07:50:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 07:50:35 -0000 Received: (qmail 51247 invoked by uid 500); 8 Oct 2008 07:50:34 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 51228 invoked by uid 500); 8 Oct 2008 07:50:34 -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 51217 invoked by uid 99); 8 Oct 2008 07:50:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 00:50:34 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE 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; Wed, 08 Oct 2008 07:49:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 798CE234C211 for ; Wed, 8 Oct 2008 00:49:44 -0700 (PDT) Message-ID: <1947072676.1223452184496.JavaMail.jira@brutus> Date: Wed, 8 Oct 2008 00:49:44 -0700 (PDT) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Updated: (HAMA-73) Add setNumMap/ReduceTasks() to HamaConfiguration In-Reply-To: <452147004.1223449784336.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HAMA-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon updated HAMA-73: ------------------------------- Attachment: HAMA-73.patch These method was added to HamaConfiguration. > Add setNumMap/ReduceTasks() to HamaConfiguration > ------------------------------------------------ > > Key: HAMA-73 > URL: https://issues.apache.org/jira/browse/HAMA-73 > Project: Hama > Issue Type: Improvement > Components: implementation > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Fix For: 0.1.0 > > Attachments: HAMA-73.patch > > > HamaConfiguration conf = new HamaConfiguration(); > conf.setNumMapTasks(2); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.