Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 57939 invoked from network); 15 Mar 2007 05:23:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 05:23:31 -0000 Received: (qmail 36304 invoked by uid 500); 15 Mar 2007 05:23:39 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 35915 invoked by uid 500); 15 Mar 2007 05:23:38 -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 35894 invoked by uid 99); 15 Mar 2007 05:23:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 22:23:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 14 Mar 2007 22:23:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B4EDA71407E for ; Wed, 14 Mar 2007 22:23:09 -0700 (PDT) Message-ID: <2532711.1173936189738.JavaMail.jira@brutus> Date: Wed, 14 Mar 2007 22:23:09 -0700 (PDT) From: "Devaraj Das (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1101) Add more statistics in the web-ui to do with tasks In-Reply-To: <15829068.1173423564465.JavaMail.root@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-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HADOOP-1101: -------------------------------- Attachment: 1101.patch This patch does the following (in analysejobhistory.jsp): 1) Splits the Reduce phase into two - shuffle and the actual "reduce". It displays the data for each seperately. 2) Displays the average time, and the transition time for the last task for each of the phases (map, shuffle, reduce). > Add more statistics in the web-ui to do with tasks > -------------------------------------------------- > > Key: HADOOP-1101 > URL: https://issues.apache.org/jira/browse/HADOOP-1101 > Project: Hadoop > Issue Type: Improvement > Reporter: Devaraj Das > Assigned To: Devaraj Das > Attachments: 1101.patch > > > Currently, the web-ui does not display all the statistics needed to analyze performance of a job in the MR framework. Things like the average time the maps took to finish is missing. Similarly, the min/max/average for shuffle is missing. It would also be nice to add the statistics for major transitions like the time when the last map finished, the time when the last shuffle/copy finished, etc. The rate of reading map input and writing reduce output will be helpful too. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.