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 41536102E4 for ; Mon, 2 Dec 2013 14:06:48 +0000 (UTC) Received: (qmail 39757 invoked by uid 500); 2 Dec 2013 14:06:29 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 39669 invoked by uid 500); 2 Dec 2013 14:06:27 -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 39650 invoked by uid 99); 2 Dec 2013 14:06:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 14:06:26 +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: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.212.41] (HELO mail-vb0-f41.google.com) (209.85.212.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 14:06:20 +0000 Received: by mail-vb0-f41.google.com with SMTP id w5so8739006vbf.0 for ; Mon, 02 Dec 2013 06:05:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=L2LlwJUg2H5tzXBwouUeUkr81w7bUFi+kvrafbxxM+8=; b=OmeYT9IWpYm3JxaDUPBjkyQ59Mvb6AAHGs3/Jl4i/3JFhudHifxFMG2uPRyUbtTP0X LAtX8RW3+44aO64XJdZ+39cFGVgeegkYQfw8dupN6pjigJf8PGK7r1mhTzJZ7DbVeeuA T/v1HRj4+ehfwTI7t7g69VyAiAzlf/xW9pCmx20mTD7TnYodJRmrfjTvA/7KCUOVor/q P+XZCTqCKxjZjqE22mwezGDVosnt9a18NFNgt8dbR9YkXGE/caYkatsmLXhiI8QEnrrg c8wKD3HsX+uFnDnQukYmEl8eCjZlJKsqQlTTe5GepDVSSi64q+vEgi0Z0uDVbJVmUu/X GZWg== X-Gm-Message-State: ALoCoQlVNgHqgsdYslVbulWvKXcFzen2cyFqwBRxrPhJa6FV4mAPM4pjQMRDpVVMFa4nmuDCtaU6 X-Received: by 10.53.13.199 with SMTP id fa7mr1401259vdd.31.1385993159376; Mon, 02 Dec 2013 06:05:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.163.68 with HTTP; Mon, 2 Dec 2013 06:05:39 -0800 (PST) In-Reply-To: References: From: Jean-Marc Spaggiari Date: Mon, 2 Dec 2013 09:05:39 -0500 Message-ID: Subject: Re: Hbase Region Size To: user Content-Type: multipart/alternative; boundary=001a1133faa2ed1b3604ec8dad51 X-Virus-Checked: Checked by ClamAV on apache.org --001a1133faa2ed1b3604ec8dad51 Content-Type: text/plain; charset=UTF-8 Hi Vineet, If you want the entire table size I don't think there is any API for that. If you want the size of the table on the disk (compressed) they you are better to use HDFS API. JM 2013/12/2 Vineet Mishra > Hi > > Can Anyone tell me the Java API for getting the Region Size of a table! > > Thanks! > --001a1133faa2ed1b3604ec8dad51--