Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 15656 invoked from network); 18 Feb 2009 05:18:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2009 05:18:25 -0000 Received: (qmail 12038 invoked by uid 500); 18 Feb 2009 05:18:22 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 12025 invoked by uid 500); 18 Feb 2009 05:18:22 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 12014 invoked by uid 99); 18 Feb 2009 05:18:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 21:18:22 -0800 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; Wed, 18 Feb 2009 05:18:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B9844234C48B for ; Tue, 17 Feb 2009 21:18:01 -0800 (PST) Message-ID: <1646852161.1234934281739.JavaMail.jira@brutus> Date: Tue, 17 Feb 2009 21:18:01 -0800 (PST) From: "Ari Rabkin (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-5277) new InputFormat for use with Chukwa In-Reply-To: <2044305003.1234934162008.JavaMail.jira@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-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ari Rabkin updated HADOOP-5277: ------------------------------- Attachment: inputformat.patch An inputformat for use with Chukwa. Has been used at Berkeley, but extensive tests are lacking. > new InputFormat for use with Chukwa > ----------------------------------- > > Key: HADOOP-5277 > URL: https://issues.apache.org/jira/browse/HADOOP-5277 > Project: Hadoop Core > Issue Type: New Feature > Components: contrib/chukwa > Reporter: Ari Rabkin > Assignee: Ari Rabkin > Priority: Minor > Attachments: inputformat.patch > > > An InputFormat for parsing Chukwa's sequence files. Designed to be a nearly drop-in replacement for the Hadoop default TextInputFormat so that existing analytics jobs can be ported to use Chukwa with minimal modification. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.