Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 58314 invoked from network); 2 May 2006 23:02:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 23:02:19 -0000 Received: (qmail 45057 invoked by uid 500); 2 May 2006 23:02:19 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 45033 invoked by uid 500); 2 May 2006 23:02:19 -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 45024 invoked by uid 99); 2 May 2006 23:02:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 16:02:19 -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; Tue, 02 May 2006 16:02:18 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 172E771428C for ; Tue, 2 May 2006 23:01:47 +0000 (GMT) Message-ID: <29844612.1146610907092.JavaMail.jira@brutus> Date: Tue, 2 May 2006 23:01:47 +0000 (GMT+00:00) From: "Michel Tourn (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-191) add hadoopStreaming to src/contrib In-Reply-To: <8632181.1146607846403.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-191?page=comments#action_12377487 ] Michel Tourn commented on HADOOP-191: ------------------------------------- >top-level build.xml : OK, I can remove the unnecessary changes. Which contrib targets would you keep in? I mimicked deploy-contrib, test-contrib, clean-contrib on Nutch plugins. (It is true that for now the new targets are not required since the nightly target does not call them.) >bin/hadoop jar build/hadoop-streaming.jar ... Looks cleaner. I'll try to do it this way > add hadoopStreaming to src/contrib > ---------------------------------- > > Key: HADOOP-191 > URL: http://issues.apache.org/jira/browse/HADOOP-191 > Project: Hadoop > Type: New Feature > Reporter: Michel Tourn > Assignee: Doug Cutting > Attachments: streaming.patch > > This is a patch that adds a src/contrib/hadoopStreaming directory to the source tree. > hadoopStreaming is a bridge to run non-Java code as Map/Reduce tasks. > The unit test TestStreaming runs the Unix tools tr (as Map) and uniq (as Reduce) > TO test the patch: > Merge the patch. > The only existing file that is modified is trunk/build.xml > trunk>ant deploy-contrib > trunk>bin/hadoopStreaming : should show usage message > trunk>ant test-contrib : should run one test successfully > TO add src/contrib/someOtherProject: > edit src/contrib/build.xml -- 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