Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 100D6DC58 for ; Thu, 27 Sep 2012 03:19:13 +0000 (UTC) Received: (qmail 74011 invoked by uid 500); 27 Sep 2012 03:19:11 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 73707 invoked by uid 500); 27 Sep 2012 03:19:10 -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 73657 invoked by uid 99); 27 Sep 2012 03:19:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2012 03:19:08 +0000 Date: Thu, 27 Sep 2012 14:19:08 +1100 (NCT) From: "Christopher Berner (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <27844987.131861.1348715948709.JavaMail.jiratomcat@arcas> In-Reply-To: <1773962500.48100.1336628757208.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-8386) hadoop script doesn't work if 'cd' prints to stdout (default behavior in Ubuntu) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-8386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13464391#comment-13464391 ] Christopher Berner commented on HADOOP-8386: -------------------------------------------- Just checked my installation and I'm using bash and the output of "type cd" says "cd is a shell builtin". Will try and test this on a fresh install of 12.04 and see if I can reproduce it. > hadoop script doesn't work if 'cd' prints to stdout (default behavior in Ubuntu) > -------------------------------------------------------------------------------- > > Key: HADOOP-8386 > URL: https://issues.apache.org/jira/browse/HADOOP-8386 > Project: Hadoop Common > Issue Type: Bug > Components: scripts > Affects Versions: 1.0.2 > Environment: Ubuntu > Reporter: Christopher Berner > Attachments: hadoop.diff > > > if the 'hadoop' script is run as 'bin/hadoop' on a distro where the 'cd' command prints to stdout, the script will fail due to this line: 'bin=`cd "$bin"; pwd`' > Workaround: execute from the bin/ directory as './hadoop' > Fix: change that line to 'bin=`cd "$bin" > /dev/null; pwd`' -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira