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 A104111204 for ; Wed, 18 Jun 2014 03:19:57 +0000 (UTC) Received: (qmail 49364 invoked by uid 500); 18 Jun 2014 03:19:56 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 49279 invoked by uid 500); 18 Jun 2014 03:19:55 -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 49265 invoked by uid 99); 18 Jun 2014 03:19:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 03:19:55 +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 fancyerii@gmail.com designates 209.85.215.41 as permitted sender) Received: from [209.85.215.41] (HELO mail-la0-f41.google.com) (209.85.215.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 03:19:52 +0000 Received: by mail-la0-f41.google.com with SMTP id hz20so128368lab.14 for ; Tue, 17 Jun 2014 20:19:28 -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=3qLAH8rnBPpcxwqp25LulJACeHGWcpWmqJ/mdvcUHq4=; b=OHrkGwSh9f0Vdcm4yANH+XjVOVqO2nKNJSpI45MGw5QhHcor7YODy7AzD6e5cKCKLf B/c4S64mOCdca47+KCfQDI7EpQk5OBIDDtHj/ewM8cFuLvC1OHZD9VQFr37aVeyuc214 O52xIDSsAhXlNmyan8AHPaLxeLRNevCC+ytmqa44Y6UHXXYfuAHzGVg91yBRTCylPjmC qmuxVoFKt/uLanNI0JrmXzJKDgZpmVwhCN2gqEUuaxiqhBXB22NqBwa6LBRtjeL9/CiG 1v6usTrTX29+eI5J3fZXrQIeD0VWTRiSCV1K5To9aDFrLFz7bwd4WxDoFaBc+7tEvwuE NYvA== MIME-Version: 1.0 X-Received: by 10.112.157.68 with SMTP id wk4mr24924lbb.85.1403061568386; Tue, 17 Jun 2014 20:19:28 -0700 (PDT) Received: by 10.112.151.200 with HTTP; Tue, 17 Jun 2014 20:19:28 -0700 (PDT) Date: Wed, 18 Jun 2014 11:19:28 +0800 Message-ID: Subject: how to know run major compact successfully? From: Li Li To: user@hbase.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I have deleted many rows in a table. as far as I know, only after major compaction, they are really deleted. So I run major compact 'tablename' in hbase shell it returns very fast. is the real compact operation running in background? how do I know it's done?