Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 36533 invoked from network); 22 Jan 2010 01:45:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 01:45:26 -0000 Received: (qmail 93380 invoked by uid 500); 22 Jan 2010 01:45:26 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 93347 invoked by uid 500); 22 Jan 2010 01:45:26 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 93337 invoked by uid 99); 22 Jan 2010 01:45:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 01:45:26 +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; Fri, 22 Jan 2010 01:45:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B01D234C4A7 for ; Thu, 21 Jan 2010 17:44:54 -0800 (PST) Message-ID: <896421615.408421264124694436.JavaMail.jira@brutus.apache.org> Date: Fri, 22 Jan 2010 01:44:54 +0000 (UTC) From: "Bill Graham (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Updated: (CHUKWA-449) Create utility to generate a sequence file from a log file In-Reply-To: <1610883290.406911264117734422.JavaMail.jira@brutus.apache.org> 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/CHUKWA-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Graham updated CHUKWA-449: ------------------------------- Attachment: CHUKWA-449-2.patch Attaching CHUKWA-449-2.patch. I've moved the code to org.apache.hadoop.chukwa.util.CreateRecordFile and added a unit test. The test reads test/samples/ClientTrace.log and writes a SequenceFile to disk. I then read the sequence file and assert the entries against the original. > Create utility to generate a sequence file from a log file > ---------------------------------------------------------- > > Key: CHUKWA-449 > URL: https://issues.apache.org/jira/browse/CHUKWA-449 > Project: Hadoop Chukwa > Issue Type: New Feature > Reporter: Bill Graham > Assignee: Bill Graham > Attachments: CHUKWA-449-1.patch, CHUKWA-449-2.patch > > > See this thread: > http://www.mail-archive.com/chukwa-user%40hadoop.apache.org/msg00084.html > We should have a utility class that can generate a Chukwa sequence file from a raw log file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.