Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 86156 invoked from network); 12 Mar 2008 05:06:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2008 05:06:20 -0000 Received: (qmail 12402 invoked by uid 500); 12 Mar 2008 05:06:16 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 12124 invoked by uid 500); 12 Mar 2008 05:06:15 -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 12115 invoked by uid 99); 12 Mar 2008 05:06:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 22:06:15 -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; Wed, 12 Mar 2008 05:05:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 29B2E234C092 for ; Tue, 11 Mar 2008 22:04:47 -0700 (PDT) Message-ID: <1605266769.1205298287169.JavaMail.jira@brutus> Date: Tue, 11 Mar 2008 22:04:47 -0700 (PDT) From: "Mahadev konar (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3004) HOD allocate command does not accept '~' In-Reply-To: <887111941.1205295166107.JavaMail.jira@brutus> 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-3004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577710#action_12577710 ] Mahadev konar commented on HADOOP-3004: --------------------------------------- this looks like the shell is expanding out the ~/clusterdir for you in the second case. > HOD allocate command does not accept '~' > ---------------------------------------- > > Key: HADOOP-3004 > URL: https://issues.apache.org/jira/browse/HADOOP-3004 > Project: Hadoop Core > Issue Type: Bug > Components: contrib/hod > Affects Versions: 0.16.0 > Reporter: lohit vijayarenu > > hod allocate seems to throw error when I specify directory relative to my home > [lohit@hod]$ hod allocate --hod.clusterdir="~/clusterdir" --hod.nodecount=5 > error: bin/hod failed to start. > error: invalid 'clusterdir' specified in section hod (--hod.clusterdir): ~/clusterdir > error: 1 problem found. > Check your command line options and/or your configuration file /hod/conf/hodrc -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.