Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 58952 invoked from network); 13 Jun 2006 21:36:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jun 2006 21:36:43 -0000 Received: (qmail 23311 invoked by uid 500); 13 Jun 2006 21:36:42 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 23288 invoked by uid 500); 13 Jun 2006 21:36:42 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 23276 invoked by uid 99); 13 Jun 2006 21:36:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2006 14:36:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2006 14:36:41 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 10E377141FA for ; Tue, 13 Jun 2006 21:35:30 +0000 (GMT) Message-ID: <4755097.1150234530066.JavaMail.jira@brutus> Date: Tue, 13 Jun 2006 21:35:30 +0000 (GMT+00:00) From: "Owen O'Malley (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-300) ability to report numeric progress within a particular key MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ability to report numeric progress within a particular key ---------------------------------------------------------- Key: HADOOP-300 URL: http://issues.apache.org/jira/browse/HADOOP-300 Project: Hadoop Type: Improvement Components: mapred Versions: 0.3.2 Reporter: Owen O'Malley Assigned to: Owen O'Malley Priority: Trivial I'd like some mechanism to report numeric progress in maps that have side effects. In the common case, there is exactly one key/value for each map and they do a lot of work (minutes to hours) while working on that key. It would be nice if mapred.Reporter had a progress(float) method that set the progress within the current key. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira