Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 46792 invoked from network); 11 Oct 2006 20:23:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2006 20:23:19 -0000 Received: (qmail 6876 invoked by uid 500); 11 Oct 2006 20:23:19 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 6670 invoked by uid 500); 11 Oct 2006 20:23:18 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 6661 invoked by uid 99); 11 Oct 2006 20:23:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 13:23:18 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 13:23:18 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DAB1F7142D8 for ; Wed, 11 Oct 2006 13:22:36 -0700 (PDT) Message-ID: <12861908.1160598156891.JavaMail.jira@brutus> Date: Wed, 11 Oct 2006 13:22:36 -0700 (PDT) From: "Trevor Strohman (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-525) Need raw comparators for hadoop record types In-Reply-To: <23311423.1158101362457.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-525?page=all ] Trevor Strohman updated HADOOP-525: ----------------------------------- Attachment: TypeBuilder-support.tar Support code for TypeBuilder. > Need raw comparators for hadoop record types > -------------------------------------------- > > Key: HADOOP-525 > URL: http://issues.apache.org/jira/browse/HADOOP-525 > Project: Hadoop > Issue Type: Improvement > Components: record > Affects Versions: 0.6.0 > Reporter: Sameer Paranjpye > Assigned To: Milind Bhandarkar > Priority: Minor > Fix For: 0.8.0 > > Attachments: TypeBuilder-support.tar, TypeBuilder.java, WordCountType.java > > > Raw comparators are not generated for types that are generated with the Hadoop record framework. This could have a substantial performance impact when using hadoop record generated types in Map/Reduce. The record i/o framework should auto-generate raw comparators for types. > Comparison for hadoop record i/o types is defined to be member wise comparison of objects. A possible implementation could only deserialize one member from each object at a time, compare them and either return or move on to the next member if the values are equal. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira