Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 73246 invoked from network); 25 Jul 2006 21:12:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2006 21:12:36 -0000 Received: (qmail 99212 invoked by uid 500); 25 Jul 2006 21:12:36 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 99045 invoked by uid 500); 25 Jul 2006 21:12:35 -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 99031 invoked by uid 99); 25 Jul 2006 21:12:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 14:12:35 -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; Tue, 25 Jul 2006 14:12:34 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EC3EB71428E for ; Tue, 25 Jul 2006 21:10:13 +0000 (GMT) Message-ID: <11938442.1153861813965.JavaMail.jira@brutus> Date: Tue, 25 Jul 2006 14:10:13 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-388) the hadoop-daemons.sh fails with "no such file or directory" when used from a relative path 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 the hadoop-daemons.sh fails with "no such file or directory" when used from a relative path ------------------------------------------------------------------------------------------- Key: HADOOP-388 URL: http://issues.apache.org/jira/browse/HADOOP-388 Project: Hadoop Issue Type: Bug Affects Versions: 0.5.0 Reporter: Owen O'Malley Assigned To: Owen O'Malley Fix For: 0.5.0 The new shell scripts fail with a relative directory: % current/bin/hadoop-daemons.sh start datanode node1: current/bin/..: No such file or directory node2: current/bin/..: No such file or directory The problem is that HADOOP_HOME is set to a relative directory and hadoop-daemons does a cd, breaking the other scripts. -- 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