Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 97632 invoked from network); 4 Jun 2008 20:25:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 20:25:07 -0000 Received: (qmail 51552 invoked by uid 500); 4 Jun 2008 20:25:09 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 51356 invoked by uid 500); 4 Jun 2008 20:25:08 -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 51345 invoked by uid 99); 4 Jun 2008 20:25:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 13:25:08 -0700 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, 04 Jun 2008 20:24:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 16887234C135 for ; Wed, 4 Jun 2008 13:24:45 -0700 (PDT) Message-ID: <959458958.1212611085091.JavaMail.jira@brutus> Date: Wed, 4 Jun 2008 13:24:45 -0700 (PDT) From: "Chris Douglas (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Assigned: (HADOOP-3460) SequenceFileAsBinaryOutputFormat In-Reply-To: <1512520752.1212005986397.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-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas reassigned HADOOP-3460: ------------------------------------- Assignee: Koji Noguchi > SequenceFileAsBinaryOutputFormat > -------------------------------- > > Key: HADOOP-3460 > URL: https://issues.apache.org/jira/browse/HADOOP-3460 > Project: Hadoop Core > Issue Type: New Feature > Components: mapred > Reporter: Koji Noguchi > Assignee: Koji Noguchi > Priority: Minor > Attachments: HADOOP-3460-part1.patch > > > Add an OutputFormat to write raw bytes as keys and values to a SequenceFile. > In C++-Pipes, we're using SequenceFileAsBinaryInputFormat to read Sequencefiles. > However, we current don't have a way to *write* a sequencefile efficiently without going through extra (de)serializations. > I'd like to store the correct classnames for key/values but use BytesWritable to write > (in order for the next java or pig code to be able to read this sequencefile). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.