Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 6303 invoked from network); 25 Mar 2010 19:24:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Mar 2010 19:24:48 -0000 Received: (qmail 51362 invoked by uid 500); 25 Mar 2010 19:24:48 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 51327 invoked by uid 500); 25 Mar 2010 19:24:48 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 51311 invoked by uid 99); 25 Mar 2010 19:24:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Mar 2010 19:24:48 +0000 X-ASF-Spam-Status: No, hits=-1135.9 required=10.0 tests=ALL_TRUSTED,AWL 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; Thu, 25 Mar 2010 19:24:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5CA7F234C4F1 for ; Thu, 25 Mar 2010 19:24:27 +0000 (UTC) Message-ID: <50122909.495491269545067378.JavaMail.jira@brutus.apache.org> Date: Thu, 25 Mar 2010 19:24:27 +0000 (UTC) From: "Doug Cutting (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Created: (HADOOP-6660) add Writable wrapper for Avro data MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 add Writable wrapper for Avro data ---------------------------------- Key: HADOOP-6660 URL: https://issues.apache.org/jira/browse/HADOOP-6660 Project: Hadoop Common Issue Type: New Feature Components: io Reporter: Doug Cutting Fix For: 0.22.0 To permit passing Avro data through MapReduce we can add a wrapper class that implements Writable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.