Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 69437 invoked from network); 22 Dec 2009 00:26:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Dec 2009 00:26:18 -0000 Received: (qmail 23262 invoked by uid 500); 22 Dec 2009 00:07:55 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 23195 invoked by uid 500); 22 Dec 2009 00:07:55 -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 22577 invoked by uid 99); 22 Dec 2009 00:07:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 00:07:44 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Tue, 22 Dec 2009 00:07:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2DC6E234C045 for ; Mon, 21 Dec 2009 16:07:18 -0800 (PST) Message-ID: <800024890.1261440438171.JavaMail.jira@brutus> Date: Tue, 22 Dec 2009 00:07:18 +0000 (UTC) From: "Dick King (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1309) I want to change the rumen job trace generator to use a more modular internal structure, to allow for more input log formats In-Reply-To: <223122171.1261092378229.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dick King updated MAPREDUCE-1309: --------------------------------- Attachment: demuxer-plus-concatenated-files--2009-12-21.patch This patch implements a universal gridmix3/mumak trace generator. It differs from previous versions of rumen in three ways: 1: The mainclass is o.a.h.tools.rumen.Driver 2: This tool is specialized to make traces. Future statisticsengines will be trace-based 3: The argument list is more austere. There are three or more arguments: 3a: the trace output, a {{Path}} , compressed or not 3b: the topology output, again a {{Path}} , again compressed or not 3c: any number of {{Path}} names, each of which can be compressed or not, and each of which can be a config.xml file, a job tracker log [ {{Driver}} determines the version ], or a directory filled with such files. > I want to change the rumen job trace generator to use a more modular internal structure, to allow for more input log formats > ----------------------------------------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-1309 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1309 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Reporter: Dick King > Assignee: Dick King > Attachments: demuxer-plus-concatenated-files--2009-12-21.patch > > > There are two orthogonal questions to answer when processing a job tracker log: how will the logs and the xml configuration files be packaged, and in which release of hadoop map/reduce were the logs generated? The existing rumen only has a couple of answers to this question. The new engine will handle three answers to the version question: 0.18, 0.20 and current, and two answers to the packaging question: separate files with names derived from the job ID, and concatenated files with a header between sections [used for easier file interchange]. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.