Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 42856 invoked from network); 19 Jul 2006 12:00:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 12:00:28 -0000 Received: (qmail 10095 invoked by uid 500); 19 Jul 2006 12:00:28 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 10071 invoked by uid 500); 19 Jul 2006 12:00:27 -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 10062 invoked by uid 99); 19 Jul 2006 12:00:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 05:00:27 -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, 19 Jul 2006 05:00:27 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B3ED841000E for ; Wed, 19 Jul 2006 11:58:17 +0000 (GMT) Message-ID: <26199722.1153310297734.JavaMail.jira@brutus> Date: Wed, 19 Jul 2006 04:58:17 -0700 (PDT) From: "Johan Oskarson (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-369) Added ability to copy all part-files into one output file In-Reply-To: <6586655.1153240813983.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-369?page=all ] Johan Oskarson updated HADOOP-369: ---------------------------------- Attachment: dircat.patch I've added two patches, one is the requested cat feature (cat whole directory) However, a simple test shows that this is very very much slower then saving it through a filestream. Why I do not know :) So I've changed the copymerge patch as suggested and uploaded the new patch. > Added ability to copy all part-files into one output file > --------------------------------------------------------- > > Key: HADOOP-369 > URL: http://issues.apache.org/jira/browse/HADOOP-369 > Project: Hadoop > Issue Type: New Feature > Components: dfs > Affects Versions: 0.4.0 > Reporter: Johan Oskarson > Priority: Trivial > Attachments: copymerge.patch, copymerge.patch, dircat.patch > > > Since we use the hadoop output in non-hadoop applications it's nice to be able to merge the part-files into one output file on the local filesystem. > So I've added a dfsshell feature that streams from all files in a directory to one output file. -- 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