Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31E949BFB for ; Fri, 24 Feb 2012 23:46:01 +0000 (UTC) Received: (qmail 40126 invoked by uid 500); 24 Feb 2012 23:46:00 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 40077 invoked by uid 500); 24 Feb 2012 23:46:00 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 40069 invoked by uid 99); 24 Feb 2012 23:46:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 23:46:00 +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 (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-tul01m020-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 23:45:54 +0000 Received: by obbta7 with SMTP id ta7so4575561obb.14 for ; Fri, 24 Feb 2012 15:45:33 -0800 (PST) Received-SPF: pass (google.com: domain of saint.ack@gmail.com designates 10.60.13.1 as permitted sender) client-ip=10.60.13.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of saint.ack@gmail.com designates 10.60.13.1 as permitted sender) smtp.mail=saint.ack@gmail.com; dkim=pass header.i=saint.ack@gmail.com Received: from mr.google.com ([10.60.13.1]) by 10.60.13.1 with SMTP id d1mr1525091oec.41.1330127133130 (num_hops = 1); Fri, 24 Feb 2012 15:45:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=x6zcPxSfN/0zN9nHLKopNkobDi1CkBK0NlAK1OTBgxU=; b=Xgm/0PBSLqw1q03zyg8QQUwOJbffqCphPjNlzTIPODhzZZueZXeU3BWBx/ptzR9kEq nDJNFlx2SInS8IZM0f+pEmi/f7TNVhiMb8qjs+uW0mtfrmtAkahxqbx2ttgeTZ1GWtFw l8sOKdm8zbuDgA18vGEXQnQ3KYwTxIyrSVDME= MIME-Version: 1.0 Received: by 10.60.13.1 with SMTP id d1mr1329799oec.41.1330127133048; Fri, 24 Feb 2012 15:45:33 -0800 (PST) Sender: saint.ack@gmail.com Received: by 10.182.122.66 with HTTP; Fri, 24 Feb 2012 15:45:33 -0800 (PST) In-Reply-To: References: <1330125724.55568.YahooMailNeo@web121701.mail.ne1.yahoo.com> Date: Fri, 24 Feb 2012 15:45:33 -0800 X-Google-Sender-Auth: h_U_VJlS14ojyUZ8CfaoQ__20m0 Message-ID: Subject: Re: IllegalArgumentException when using graceful_stop.sh From: Stack To: dev@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Feb 24, 2012 at 3:24 PM, Ted Yu wrote: > So the following from hbase-site.xml is of no use ? > > =A0hbase.rootdir > =A0hdfs://a.e.com/hbase > We take that and set its scheme as default fs usually. Its not happening in the script. I thought the stuff I pasted earlier would help. Ask the Configuration object what it thinks default scheme/fs is. If its file when hbase-site.xml says otherwise, we're not reading it properly or the script needs to set it so. St.Ack