Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 24174 invoked from network); 13 Oct 2006 00:30:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2006 00:30:21 -0000 Received: (qmail 21373 invoked by uid 500); 13 Oct 2006 00:30:21 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 21157 invoked by uid 500); 13 Oct 2006 00:30:20 -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 21148 invoked by uid 99); 13 Oct 2006 00:30:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 17:30:20 -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; Thu, 12 Oct 2006 17:30:19 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A09607142E0 for ; Thu, 12 Oct 2006 17:29:36 -0700 (PDT) Message-ID: <9203844.1160699376655.JavaMail.jira@brutus> Date: Thu, 12 Oct 2006 17:29:36 -0700 (PDT) From: "dhruba borthakur (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Assigned: (HADOOP-477) Streaming should execute Unix commands and scripts in well known languages without user specifying the path In-Reply-To: <556122.1156462753408.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-477?page=all ] dhruba borthakur reassigned HADOOP-477: --------------------------------------- Assignee: dhruba borthakur > Streaming should execute Unix commands and scripts in well known languages without user specifying the path > ----------------------------------------------------------------------------------------------------------- > > Key: HADOOP-477 > URL: http://issues.apache.org/jira/browse/HADOOP-477 > Project: Hadoop > Issue Type: Bug > Components: contrib/streaming > Reporter: arkady borkovsky > Assigned To: dhruba borthakur > Attachments: streamingpath.delta > > > If the executables for -mapper or -reducer are well-known (grep, cat, awk), Streaming should make sure that the executable is found. > If a script for -mapper or -reducer are in a well-known language (.pl, .py), Streaming should execute it with the correct language processor. > Reason: > many jobs get started from machines with a different environment from that on the cluster. > On another hand, different clusters may have different environments. > Also, a user may have no access to the cluster machines. > Because of this, a user may be unable to specify correct paths for standard commands, and correct language processors for scripts. > Implementation: > Stream may tailr the commands by prepending the path, or the name of language processor. > Another solution is to make sure that the commands are executed in a "meaningful" environment (with good $PATH, and other variables Unix users are accustomed to count upon). > Once again, Streaming is user facing tool -- it is not a library or a hackable example that the users are to modify for their needs. So it should work out of the box. -- 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