Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 37580 invoked from network); 26 Aug 2010 09:05:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Aug 2010 09:05:39 -0000 Received: (qmail 38416 invoked by uid 500); 26 Aug 2010 09:05:39 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 38265 invoked by uid 500); 26 Aug 2010 09:05:36 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 38254 invoked by uid 99); 26 Aug 2010 09:05:35 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 09:05:35 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Aug 2010 09:05:17 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7Q94tC6002688 for ; Thu, 26 Aug 2010 09:04:56 GMT Message-ID: <27036842.1811282813495832.JavaMail.jira@thor> Date: Thu, 26 Aug 2010 05:04:55 -0400 (EDT) From: "Simone Leo (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Resolved: (HADOOP-6388) Hadoop uses invalid names for environment variables In-Reply-To: <286500122.1259076579674.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/HADOOP-6388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Leo resolved HADOOP-6388. -------------------------------- Resolution: Not A Problem The old behavior has been restored in bash 4.1. Just Stay away from bash 4.0 and you'll be fine :) > Hadoop uses invalid names for environment variables > --------------------------------------------------- > > Key: HADOOP-6388 > URL: https://issues.apache.org/jira/browse/HADOOP-6388 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 0.20.1 > Reporter: Simone Leo > > Variable names cannot contain dots and this is enforced starting from bash 4.0, see [http://www.mail-archive.com/bug-bash@gnu.org/msg05726.html]. > An example of Hadoop functionality that breaks after upgrading to bash 4.0 is running Pipes applications: the "hadoop.pipes.command.port" var is not passed and applications crash with "Hadoop Pipes Exception: Illegal text protocol command". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.