Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 55156 invoked from network); 9 Dec 2009 18:52:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 18:52:44 -0000 Received: (qmail 89543 invoked by uid 500); 9 Dec 2009 18:52:44 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 89427 invoked by uid 500); 9 Dec 2009 18:52:44 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 89377 invoked by uid 99); 9 Dec 2009 18:52:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 18:52:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 18:52:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3DB62234C4AE for ; Wed, 9 Dec 2009 10:52:18 -0800 (PST) Message-ID: <1849985529.1260384738251.JavaMail.jira@brutus> Date: Wed, 9 Dec 2009 18:52:18 +0000 (UTC) From: "Yuri Pradkin (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Created: (MAPREDUCE-1286) Quotes in environment HADOOP_CLIENT_OPTS confuse parsing if this env is concatenated with something else MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Quotes in environment HADOOP_CLIENT_OPTS confuse parsing if this env is concatenated with something else -------------------------------------------------------------------------------------------------------- Key: MAPREDUCE-1286 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1286 Project: Hadoop Map/Reduce Issue Type: Bug Components: task Affects Versions: 0.20.2 Environment: Linux F12; streaming Reporter: Yuri Pradkin Assignee: Yuri Pradkin I use streaming and in the perl-reducer I write to hdfs using a pipe to hdfs -put - .... It turns out that because TaskRunner sets the environment HADOOP_CLIENT_OPTS in double quotes, when hdfs shell script concatenates these with something else, the command fails: .e.g java -Dblah=x -Dfoo=y "-Dhadoop.tasklog.taskid=z -Dhadoop.tasklog.totalLogFileSize=s"... Since I don't see any reason to have these double quotes in the original code; I propose they're removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.