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 3F793DB41 for ; Mon, 23 Jul 2012 20:09:00 +0000 (UTC) Received: (qmail 32583 invoked by uid 500); 23 Jul 2012 20:08:58 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 32526 invoked by uid 500); 23 Jul 2012 20:08: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 32518 invoked by uid 99); 23 Jul 2012 20:08:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 20:08:58 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mohitanchlia@gmail.com designates 209.85.213.169 as permitted sender) Received: from [209.85.213.169] (HELO mail-yx0-f169.google.com) (209.85.213.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 20:08:50 +0000 Received: by yenr5 with SMTP id r5so7207395yen.14 for ; Mon, 23 Jul 2012 13:08:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=gicVNDVrT8VUqxgOi3gPf3taYuwPlprFzuWOXfiOGII=; b=WtcAtyqWEMJCojbasv8tGfxZtvUzNSewbVgT04h4HgoS/I22y531ays7uJhsaiby7C eldEFS7c8zTKy399tJioE2vwrz0HOvLHYzMbBdDz2Dhkp2JmCayeQtgqJ60NCOdJpduJ H1PgspN+o1AT6aJHj7vwh6kbk3zlzUIoxYpoZNamb5mnkG7VHQt6aEZBL0h/RqWlWlGR bipflAyb5w24/oPJBQJB4lTGuSEVLrwn2sPKGfral7c/VlcttqO2RnY77PSQZrzHyCSe nDqVIr4jh6LlNHZy2cbEPxih0w7Hbmr2mJOs8kJETIWQjHOhQy5Vqq4EtT8L37KAAIxg +oXw== MIME-Version: 1.0 Received: by 10.42.189.73 with SMTP id dd9mr9462547icb.49.1343074109620; Mon, 23 Jul 2012 13:08:29 -0700 (PDT) Received: by 10.64.65.1 with HTTP; Mon, 23 Jul 2012 13:08:29 -0700 (PDT) Date: Mon, 23 Jul 2012 13:08:29 -0700 Message-ID: Subject: drop table From: Mohit Anchlia To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf303ea62236040504c584cfbe --20cf303ea62236040504c584cfbe Content-Type: text/plain; charset=ISO-8859-1 I am trying to drop one of the tables but on the shell I get run major_compact. I have couple of questions: 1. How to see if this table has more than one region? 2. And why do I need to run major compact hbase(main):010:0* drop 'SESSION_TIMELINE' ERROR: Table SESSION_TIMELINE is enabled. Disable it first.' Here is some help for this command: Drop the named table. Table must first be disabled. If table has more than one region, run a major compaction on .META.: hbase> major_compact ".META." --20cf303ea62236040504c584cfbe--