Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 5925 invoked from network); 18 Sep 2006 16:57:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Sep 2006 16:57:18 -0000 Received: (qmail 87095 invoked by uid 500); 18 Sep 2006 16:57:17 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 86662 invoked by uid 500); 18 Sep 2006 16:57:16 -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 86653 invoked by uid 99); 18 Sep 2006 16:57:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2006 09:57:16 -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; Mon, 18 Sep 2006 09:57:15 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98DED7142FB for ; Mon, 18 Sep 2006 16:53:23 +0000 (GMT) Message-ID: <5869526.1158598403623.JavaMail.jira@brutus> Date: Mon, 18 Sep 2006 09:53:23 -0700 (PDT) From: "Michel Tourn (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-542) on-the-fly merge sort, HADOOP-540, reformat 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 on-the-fly merge sort, HADOOP-540, reformat ------------------------------------------- Key: HADOOP-542 URL: http://issues.apache.org/jira/browse/HADOOP-542 Project: Hadoop Issue Type: New Feature Components: contrib/streaming Environment: Tested on Linux and Windows Reporter: Michel Tourn A large patch for streaming. Changes: Support for on-the-fly merge sort of multiple map input files. This supposes that the inputs are already sorted. Support for reducer-NONE side-effects to a single local output with DFS inputs. This can be used to do an on-the-fly merge-sort of remote sorted files. (Compare to DFSShell -getmerge which does *catenation* of remote sorted files) The single output can be a regular file, a named pipe or a socket. URI Syntax: -mapsideoutput [file:/C:/win|file:/unix/|socket://host:port] Add an optional JUnit test for on-the-fly merge-sort. It requires Unix tools. It also works with cygwin. If it has been more than 10 secs since last time we did this: call reporter.setStatus() when consuming a stderr line from the Application. Calling setStatus with reducer-NONE was already done as part of HADOOP-413. So overall this resolves HADOOP-540. Reformat streaming code to conform to Hadoop conventions (indent 2 spaces, opening bracket on same-line) -- 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