Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 14329 invoked from network); 14 Oct 2008 09:26:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Oct 2008 09:26:46 -0000 Received: (qmail 69237 invoked by uid 500); 14 Oct 2008 09:26:45 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 69199 invoked by uid 500); 14 Oct 2008 09:26:45 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 69188 invoked by uid 99); 14 Oct 2008 09:26:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2008 02:26:44 -0700 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; Tue, 14 Oct 2008 09:25:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A926D234C21F for ; Tue, 14 Oct 2008 02:25:45 -0700 (PDT) Message-ID: <1688675417.1223976345691.JavaMail.jira@brutus> Date: Tue, 14 Oct 2008 02:25:45 -0700 (PDT) From: "Edward J. Yoon (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Assigned: (HADOOP-860) start-all.sh fails on Ubuntu 6.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon reassigned HADOOP-860: ------------------------------------- Assignee: Edward J. Yoon > start-all.sh fails on Ubuntu 6.10 > --------------------------------- > > Key: HADOOP-860 > URL: https://issues.apache.org/jira/browse/HADOOP-860 > Project: Hadoop Core > Issue Type: Bug > Components: scripts > Environment: Ubuntu 6.10 (and presumably Debian Etch) > Reporter: Shannon -jj Behrens > Assignee: Edward J. Yoon > Priority: Minor > > I'm using Hadoop on Ubuntu 6.10. I ran into: > $ start-all.sh > starting namenode, logging to > /usr/local/hadoop-install/hadoop/bin/../logs/hadoop-jj-namenode-jjinuxland.out > /usr/local/hadoop-install/hadoop/bin/slaves.sh: 36: Syntax error: Bad > substitution > starting jobtracker, logging to > /usr/local/hadoop-install/hadoop/bin/../logs/hadoop-jj-jobtracker-jjinuxland.out > /usr/local/hadoop-install/hadoop/bin/slaves.sh: 36: Syntax error: Bad > substitution > Ubuntu 6.10 switched away from using bash for the default /bin/sh. > The workaround is simple: > (cd /bin && ln -sf bash sh) > Nonetheless, it might be nice to update the script so that it works by > default on Ubuntu since it is pretty popular. I'm guessing that the > change would be simple. The offending line is: > ssh $HADOOP_SSH_OPTS $slave $"${@// /\\ }" \ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.