Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 64108 invoked from network); 3 Oct 2006 21:10:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 21:10:38 -0000 Received: (qmail 33846 invoked by uid 500); 3 Oct 2006 21:10:33 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 33700 invoked by uid 500); 3 Oct 2006 21:10:32 -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 33414 invoked by uid 99); 3 Oct 2006 21:10:30 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 14:10:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:58029] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 23/42-00170-6C1D2254 for ; Tue, 03 Oct 2006 14:10:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A0897142D1 for ; Tue, 3 Oct 2006 14:10:20 -0700 (PDT) Message-ID: <23855537.1159909820628.JavaMail.root@brutus> Date: Tue, 3 Oct 2006 14:10:20 -0700 (PDT) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Resolved: (HADOOP-522) MapFile should support block compression In-Reply-To: <3893251.1158016342663.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-522?page=all ] Doug Cutting resolved HADOOP-522. --------------------------------- Fix Version/s: 0.7.0 Resolution: Fixed I just committed this. > MapFile should support block compression > ---------------------------------------- > > Key: HADOOP-522 > URL: http://issues.apache.org/jira/browse/HADOOP-522 > Project: Hadoop > Issue Type: New Feature > Components: io > Reporter: Doug Cutting > Assigned To: Doug Cutting > Fix For: 0.7.0 > > Attachments: block-compress-map-file.patch > > > MapFile is layered on SequenceFile and permits random-access to sorted data files (typically reduce output) through a parallel index file. This is used widely in Nutch (e.g. at search time for displaying cached pages, incoming links, etc). Such sorted data should benefit from block compression, but the current MapFile API does not support specification of block compression. Also, even if it did, the semantics of SequenceFile methods like seek() and getPosition() are changed under block compression so that MapFile may not work. -- 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