Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 43150 invoked from network); 10 Dec 2009 19:06:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Dec 2009 19:06:42 -0000 Received: (qmail 71260 invoked by uid 500); 10 Dec 2009 19:06:41 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 71142 invoked by uid 500); 10 Dec 2009 19:06:41 -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 70947 invoked by uid 99); 10 Dec 2009 19:06:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2009 19:06:40 +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; Thu, 10 Dec 2009 19:06:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 42895234C1F1 for ; Thu, 10 Dec 2009 11:06:18 -0800 (PST) Message-ID: <1381714198.1260471978271.JavaMail.jira@brutus> Date: Thu, 10 Dec 2009 19:06:18 +0000 (UTC) From: "Aaron Kimball (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6323) Serialization should provide comparators In-Reply-To: <327167619.1256058359485.JavaMail.jira@brutus> 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/HADOOP-6323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788847#action_12788847 ] Aaron Kimball commented on HADOOP-6323: --------------------------------------- With Writable serialization, yes, you've always had to pre-declare the datatypes for each of the four key/value types emitted during a job dataflow. (The input types were implicit from the InputFormat/RecordReader.) I don't think it's necessary to dynamically determine the schema for emitted data during jobs in Avro either. I think if it were, someone would have already asked for some sort of "DelayedWritable" notion to be integrated in MapReduce already -- which I don't think we've seen. It might be nice to support this eventually, but let's wait for demand. > Serialization should provide comparators > ---------------------------------------- > > Key: HADOOP-6323 > URL: https://issues.apache.org/jira/browse/HADOOP-6323 > Project: Hadoop Common > Issue Type: New Feature > Components: io > Reporter: Doug Cutting > Assignee: Aaron Kimball > Attachments: HADOOP-6323.2.patch, HADOOP-6323.3.patch, HADOOP-6323.4.patch, HADOOP-6323.5.patch, HADOOP-6323.6.patch, HADOOP-6323.patch > > > The Serialization interface should permit one to create raw comparators. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.