From chukwa-dev-return-3516-apmail-hadoop-chukwa-dev-archive=hadoop.apache.org@hadoop.apache.org Fri Jan 22 00:05:26 2010 Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 98897 invoked from network); 22 Jan 2010 00:05:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 00:05:26 -0000 Received: (qmail 19872 invoked by uid 500); 22 Jan 2010 00:05:26 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 19821 invoked by uid 500); 22 Jan 2010 00:05: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 19808 invoked by uid 99); 22 Jan 2010 00:05: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 00:05: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 00:05:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 945E7234C4AC for ; Thu, 21 Jan 2010 16:04:54 -0800 (PST) Message-ID: <1130431353.407111264118694606.JavaMail.jira@brutus.apache.org> Date: Fri, 22 Jan 2010 00:04:54 +0000 (UTC) From: "Ari Rabkin (JIRA)" To: chukwa-dev@hadoop.apache.org Subject: [jira] Commented: (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:comment-tabpanel&focusedCommentId=12803550#action_12803550 ] Ari Rabkin commented on CHUKWA-449: ----------------------------------- Code looks good. I think it should live in a new file in org.apache.hadoop.chukwa.util, rather than in TempFileUtil. Also, I would give it a name to indicate that it's a seq file of Records, not of raw Chunks. Something like CreateRecordFile > 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 > > > 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.