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 CD741D41A for ; Wed, 26 Sep 2012 21:37:11 +0000 (UTC) Received: (qmail 90906 invoked by uid 500); 26 Sep 2012 21:37:08 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 90834 invoked by uid 500); 26 Sep 2012 21:37:08 -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 90648 invoked by uid 99); 26 Sep 2012 21:37:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2012 21:37:08 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dontariq@gmail.com designates 209.85.216.169 as permitted sender) Received: from [209.85.216.169] (HELO mail-qc0-f169.google.com) (209.85.216.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2012 21:37:01 +0000 Received: by qcqt2 with SMTP id t2so1128170qcq.14 for ; Wed, 26 Sep 2012 14:36:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Y8tolyUUxpRQBZzTZzoGDT19JdcaWpwDD9Q+ZtPYuK0=; b=DboUmoTFSNlzUWorwnspM2qadF2jSObwn6TCInvaHEoxnwnt2W6hQhndV6B8kmQVLi 5hi8LWJUdgRW+WhS6bl+y6GnvXuc7y+tcs6YU10I5WxRMucLKqlnofQfOUS22XnXy5RJ t0q2Nhxi8G35QTx16ht/604kY1S1aiTRj4x5ovPzesdNTGv/cwOZWHyA6Pq42PgaFW5H UAVoLcChvvM2YJewy5Y9e2AMuY5pwXUYltbXAwGienCWBLlCbvHBaAFh1p8KiwpnTn1z puUDp/CDS0vnSKCtziqxGjB4Z7jcdMLlEbLwIyAp4G+jiO5EnUFAd5gNpQyRcaiX8GMw 2ZjQ== Received: by 10.224.193.72 with SMTP id dt8mr5172833qab.24.1348695400830; Wed, 26 Sep 2012 14:36:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.26.68 with HTTP; Wed, 26 Sep 2012 14:36:00 -0700 (PDT) In-Reply-To: References: From: Mohammad Tariq Date: Thu, 27 Sep 2012 03:06:00 +0530 Message-ID: Subject: Re: disable table To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf30050c2c46d68c04caa19e1e X-Virus-Checked: Checked by ClamAV on apache.org --20cf30050c2c46d68c04caa19e1e Content-Type: text/plain; charset=ISO-8859-1 A possible reason could be that the znode associated with this particular table is not behaving properly. In such case, you can try the following: Stop Hbase Stop ZK Take a backup of ZK data Restart ZK Remove the znode Start Hbase again After this hopefully your table would be enabled. Regards, Mohammad Tariq On Thu, Sep 27, 2012 at 2:59 AM, Mohammad Tariq wrote: > Yes. Also have a look at the logs of the problematic region if hbck shows > any inconsistency. > > Regards, > Mohammad Tariq > > > > On Thu, Sep 27, 2012 at 2:55 AM, Mohit Anchlia wrote: > >> Which node should I look at for logs? Is this the master node? I'll try >> hbck. >> >> On Wed, Sep 26, 2012 at 2:19 PM, Mohammad Tariq >> wrote: >> >> > Hello Mohit, >> > >> > Try hbck once and see if it shows any inconsistency. Also, you can >> try >> > restarting your cluster and deleting the table again. Having a look at >> the >> > logs could also be useful. >> > >> > Regards, >> > Mohammad Tariq >> > >> > >> > >> > On Thu, Sep 27, 2012 at 2:24 AM, Mohit Anchlia > > >wrote: >> > >> > > When I try to disable table I get: >> > > >> > > hbase(main):011:0> disable 'SESSIONID_TIMELINE' >> > > ERROR: org.apache.hadoop.hbase.TableNotEnabledException: >> > > org.apache.hadoop.hbase.TableNotEnabledException: SESSIONID_TIMELINE >> > > Here is some help for this command: >> > > Start disable of named table: e.g. "hbase> disable 't1'" >> > > >> > > But then I try to enable I get: >> > > >> > > hbase(main):012:0> enable 'SESSIONID_TIMELINE' >> > > ERROR: org.apache.hadoop.hbase.TableNotDisabledException: >> > > org.apache.hadoop.hbase.TableNotDisabledException: SESSIONID_TIMELINE >> > > Here is some help for this command: >> > > Start enable of named table: e.g. "hbase> enable 't1'" >> > > >> > > I've tried flush, major_compaction also. I tseems it's stuck in >> > > inconsistent state. Could someone point me to correct direction? I am >> > using >> > > 92.1 >> > > >> > >> > > --20cf30050c2c46d68c04caa19e1e--