Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 85630 invoked from network); 25 Mar 2006 20:21:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Mar 2006 20:21:42 -0000 Received: (qmail 49470 invoked by uid 500); 25 Mar 2006 20:21:41 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 49380 invoked by uid 500); 25 Mar 2006 20:21:41 -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 49370 invoked by uid 99); 25 Mar 2006 20:21:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Mar 2006 12:21:41 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Mar 2006 12:21:40 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 5D8066ACAC for ; Sat, 25 Mar 2006 20:21:19 +0000 (GMT) Message-ID: <2138966170.1143318079380.JavaMail.jira@ajax> Date: Sat, 25 Mar 2006 20:21:19 +0000 (GMT) From: "Andrzej Bialecki (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-106) Data blocks should be record-oriented. 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 Data blocks should be record-oriented. -------------------------------------- Key: HADOOP-106 URL: http://issues.apache.org/jira/browse/HADOOP-106 Project: Hadoop Type: Wish Components: dfs Versions: 0.2 Reporter: Andrzej Bialecki If data blocks were starting and ending on data record boundaries, and not in random places within a file, it would give some important advantages: * it would be possible to avoid "fishing" for the beginning of first record in a split (see SequenceFile.Reader.sync()). * it would make recovering from DFS errors much more successful and easier - in most cases missing blocks could be just skipped and the remaining parts combined together. -- 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