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 897449D77 for ; Fri, 24 Feb 2012 21:59:33 +0000 (UTC) Received: (qmail 24766 invoked by uid 500); 24 Feb 2012 21:59:32 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 24729 invoked by uid 500); 24 Feb 2012 21:59:32 -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 24720 invoked by uid 99); 24 Feb 2012 21:59:32 -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 21:59:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 74.125.82.51 as permitted sender) Received: from [74.125.82.51] (HELO mail-ww0-f51.google.com) (74.125.82.51) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 21:59:26 +0000 Received: by wgbfm10 with SMTP id fm10so627026wgb.20 for ; Fri, 24 Feb 2012 13:59:06 -0800 (PST) Received-SPF: pass (google.com: domain of yuzhihong@gmail.com designates 10.216.138.131 as permitted sender) client-ip=10.216.138.131; Authentication-Results: mr.google.com; spf=pass (google.com: domain of yuzhihong@gmail.com designates 10.216.138.131 as permitted sender) smtp.mail=yuzhihong@gmail.com; dkim=pass header.i=yuzhihong@gmail.com Received: from mr.google.com ([10.216.138.131]) by 10.216.138.131 with SMTP id a3mr2132431wej.43.1330120746428 (num_hops = 1); Fri, 24 Feb 2012 13:59:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=K+6R94YC3tsKVw3pxk2VQYzXBovr529KBXExG4y7QFw=; b=I4ge7uz80I17Asizrv5Fm5myLLM2xW9yeoK05AhqhcEYybxZ0zvFpJHwSSwM5H8Guv ry7kaMSE7rPk8EDGzfcPqPZTXAXDMm+wWb93wqG5Mzs/wEH+QQpj6el4vM5kYQ7meIK0 gU+u1p/2PSGq3FwABCF4xSfFLRCkr8/nu+Hus= MIME-Version: 1.0 Received: by 10.216.138.131 with SMTP id a3mr1715121wej.43.1330120746295; Fri, 24 Feb 2012 13:59:06 -0800 (PST) Received: by 10.216.122.138 with HTTP; Fri, 24 Feb 2012 13:59:06 -0800 (PST) In-Reply-To: References: Date: Fri, 24 Feb 2012 13:59:06 -0800 Message-ID: Subject: Re: IllegalArgumentException when using graceful_stop.sh From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=0016e6d7e05597612804b9bcdefc X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d7e05597612804b9bcdefc Content-Type: text/plain; charset=ISO-8859-1 Thanks Stack for the hint. I still get the same error. FYI On Fri, Feb 24, 2012 at 12:36 PM, Stack wrote: > On Fri, Feb 24, 2012 at 11:53 AM, Ted Yu wrote: > > I wonder why isSuccessfulScan would raise filesystem-related exception. > > > > Try setting in getConfiguration() method in region_mover.rb the following: > > c.set("fs.default.name", c.get(HConstants::HBASE_DIR)) > c.set("fs.defaultFS", c.get(HConstants::HBASE_DIR)) > > on your new configuration. See if that makes a diff (My guess is that > the java stack trace is suppressed and we only see the ruby one). > > St.Ack > --0016e6d7e05597612804b9bcdefc--