Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 3137 invoked from network); 25 Oct 2007 15:43:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Oct 2007 15:43:15 -0000 Received: (qmail 67900 invoked by uid 500); 25 Oct 2007 15:42:59 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 67869 invoked by uid 500); 25 Oct 2007 15:42:59 -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 67855 invoked by uid 99); 25 Oct 2007 15:42:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 08:42:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 15:43:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2BB3E714243 for ; Thu, 25 Oct 2007 08:42:51 -0700 (PDT) Message-ID: <239742.1193326971176.JavaMail.jira@brutus> Date: Thu, 25 Oct 2007 08:42:51 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2015) Job tracker should report the number of splits that are local to some task trackers In-Reply-To: <28941049.1191948531168.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/HADOOP-2015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-2015: ---------------------------------- Status: Open (was: Patch Available) I meant to cancel this patch, until it logs rather than use a user counter to record the information. > Job tracker should report the number of splits that are local to some task trackers > ----------------------------------------------------------------------------------- > > Key: HADOOP-2015 > URL: https://issues.apache.org/jira/browse/HADOOP-2015 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Reporter: Runping Qi > Assignee: Runping Qi > Attachments: hadoop-2015.txt > > > Right now, jon tracker keeps track the number of launched mappers with local data. > However, it is not clear how many mappers that are potentially be launched with data locality. > This information is readily available in Job Tracker. It is just a matter to create a separate global counter > and set it at the Job Tracker initialization time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.