Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 233DE178D2 for ; Wed, 22 Oct 2014 12:52:00 +0000 (UTC) Received: (qmail 73387 invoked by uid 500); 22 Oct 2014 12:51:58 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 73319 invoked by uid 500); 22 Oct 2014 12:51:58 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 73307 invoked by uid 99); 22 Oct 2014 12:51:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2014 12:51:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 209.85.192.178 as permitted sender) Received: from [209.85.192.178] (HELO mail-pd0-f178.google.com) (209.85.192.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Oct 2014 12:51:51 +0000 Received: by mail-pd0-f178.google.com with SMTP id y10so3464610pdj.37 for ; Wed, 22 Oct 2014 05:51:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=k97eyxyL6yJWJFa0HKjgEVUBjhEnJo2YrN63x1CIqhk=; b=dJmtNmrw5B3ojfpOwfebNUI8T4Qh7f+g7pVyZTfo1w19ZsSP2nevBD5vgj+4WDibf6 s/uQXXb/GEppuDh+8DXo8aOFz1/Ov7inIn8TMNcRK/GZIy98P8qXpdLJYR+1uFK+ITog Xk6aWUbFBPxP+BztUYi8mIKLYeI5q9yp2YtYkL06kAm45KCRyTsHf6Bdx16lKh3yOVpy FO/a8MAkHHMz6wk2BnD7sToHIkIXnHxNW3ekcBtIX0oHjMuY613k+hAs5ZrQqOvhBIuD bFmWIxmpysyHCpLvJc11y8fTUk8IvAIF55EGMBPbD3uskhjxVzcNa5KKevwJ1wsxYI5s FLCA== X-Received: by 10.70.140.135 with SMTP id rg7mr41915437pdb.85.1413982291100; Wed, 22 Oct 2014 05:51:31 -0700 (PDT) Received: from [192.168.0.11] (c-24-130-236-83.hsd1.ca.comcast.net. [24.130.236.83]) by mx.google.com with ESMTPSA id rz6sm1964765pbc.74.2014.10.22.05.51.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 22 Oct 2014 05:51:30 -0700 (PDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: Cc: "user@hbase.apache.org" X-Mailer: iPhone Mail (10B146) From: Ted Yu Subject: Re: java.lang.IllegalArgumentException: Path must start with / character Date: Wed, 22 Oct 2014 05:51:29 -0700 To: "user@hbase.apache.org" X-Virus-Checked: Checked by ClamAV on apache.org The error was about zookeeper.znode.parent config value. It shouldn't start with file: Cheers On Oct 22, 2014, at 4:14 AM, jeevi tesh wrote: > Hi, > I'm using hbase0.94.3, hadoop-2.2.0 and jdk 1.7.67 version.. > In hbase shell if i issue any command i'm getting > ERROR: java.lang.IllegalArgumentException: Path must start with / character > hbase-site.xml file content > > hbase.rootdir > file:////home/hadoop/hbase_root_dir/hbase > > > hbase.zookeeper.property.dataDir > > /home/hadoop/zoo_keeper_root_dir/zookeeper > > > hbase.zookeeper.quorum > 10.200.1.145 > > > > zookeeper.znode.parent > > file:////home/hadoop/hbase_root_dir/hbdata > kindly help me to resolve the issue