Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 12159 invoked from network); 28 Dec 2007 19:54:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Dec 2007 19:54:21 -0000 Received: (qmail 45616 invoked by uid 500); 28 Dec 2007 19:54:04 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 45584 invoked by uid 500); 28 Dec 2007 19:54:04 -0000 Mailing-List: contact hadoop-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-user@lucene.apache.org Delivered-To: mailing list hadoop-user@lucene.apache.org Received: (qmail 45575 invoked by uid 99); 28 Dec 2007 19:54:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 11:54:04 -0800 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.98.159.230] (HELO zimbra1.mindcentric.com) (216.98.159.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 19:53:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra1.mindcentric.com (Postfix) with ESMTP id 1067DCBDD37F for ; Fri, 28 Dec 2007 11:52:14 -0800 (PST) X-Spam-Score: -0.418 X-Spam-Level: Received: from zimbra1.mindcentric.com ([127.0.0.1]) by localhost (zimbra1.mindcentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a743sLNh4ilL for ; Fri, 28 Dec 2007 11:52:12 -0800 (PST) Received: from localhost.localdomain (adsl-76-199-24-61.dsl.pltn13.sbcglobal.net [76.199.24.61]) by zimbra1.mindcentric.com (Postfix) with ESMTP id 72F30CBDD37D for ; Fri, 28 Dec 2007 11:52:12 -0800 (PST) Message-ID: <47755446.4000404@attributor.com> Date: Fri, 28 Dec 2007 11:53:42 -0800 From: Jason Venner User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: hadoop-user@lucene.apache.org Subject: FileUtil.copyMerge and SequenceFiles. 0-15.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-0.418 tagged_above=-10 required=6.6 tests=[BAYES_00=-2.599, FORGED_RCVD_HELO=0.135, RCVD_IN_SORBS_DUL=2.046] Is it safe to use this to generate a single SequenceFile out of a set of sequence files produced by reduce? this seems to be the source of my damaged sequence files.