Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 77126 invoked from network); 27 Aug 2009 00:13:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Aug 2009 00:13:21 -0000 Received: (qmail 75009 invoked by uid 500); 27 Aug 2009 00:13:21 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 74947 invoked by uid 500); 27 Aug 2009 00:13:21 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 74921 invoked by uid 99); 27 Aug 2009 00:13:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 00:13:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 27 Aug 2009 00:13:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6968D234C04B for ; Wed, 26 Aug 2009 17:12:59 -0700 (PDT) Message-ID: <1736985544.1251331979430.JavaMail.jira@brutus> Date: Wed, 26 Aug 2009 17:12:59 -0700 (PDT) From: "Hong Tang (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-751) Rumen: a tool to extract job characterization data from job tracker logs In-Reply-To: <1000083436.1247371514815.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748216#action_12748216 ] Hong Tang commented on MAPREDUCE-751: ------------------------------------- The patch looks mostly good. +1 except for the following: - warning found during patch: {noformat} patching file ivy.xml Hunk #1 succeeded at 273 (offset -4 lines). patching file ivy/libraries.properties Hunk #1 succeeded at 49 (offset -1 lines). Hunk #2 succeeded at 69 (offset -1 lines). {noformat} - extra unused dependency on org.json in ivy.xml is introduced - class TreePath needs to be public (including its constructors) because it is referenced by DeepCompare and DeepCompareException. - constructor public LoggedNetworkTopology(HashSet hosts, String name, int level) { refers a package private class ParsedHost. suggest to change this constructors to be package private. - boolean finalParameter = false; unused variables in ParsedConfigFile.java > Rumen: a tool to extract job characterization data from job tracker logs > ------------------------------------------------------------------------ > > Key: MAPREDUCE-751 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-751 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.20.1, 0.21.0 > Reporter: Dick King > Assignee: Dick King > Fix For: 0.21.0 > > Attachments: 2009-08-19--1030.patch, 2009-08-26--1513-patch.patch, mapreduce-751--2009-07-23.patch > > > We propose a new map/reduce component, rumen, which can be used to process job history logs to produce any or all of the following: > * Retrospective info describing the statistical behavior of the > amount of time it would have taken to launch a job into a certain > percentage of the number of mapper slots in the log's cluster, given the > load over the period covered by the log > * Statistical info as to the runtimes and shuffle times, etc. of > the tasks and jobs covered by the log > * files describing detailed job trace information, and the > network topology as inferred from the host locations and rack IDs that > arise in the job tracker log. In addition to this facility, rumen > includes readers for this information to return job and detailed task > information to other tools. > These other tools include a more advanced version of gridmix, and also includes mumak: see blocked issues. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.