Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 12756 invoked from network); 28 Mar 2011 22:28:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Mar 2011 22:28:42 -0000 Received: (qmail 93425 invoked by uid 500); 28 Mar 2011 22:28:41 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 93397 invoked by uid 500); 28 Mar 2011 22:28:41 -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 93389 invoked by uid 99); 28 Mar 2011 22:28:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 22:28:41 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vishal.kapoor.in@gmail.com designates 209.85.161.41 as permitted sender) Received: from [209.85.161.41] (HELO mail-fx0-f41.google.com) (209.85.161.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 22:28:33 +0000 Received: by fxm18 with SMTP id 18so4038997fxm.14 for ; Mon, 28 Mar 2011 15:28:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=87gmQMppD/gUNYUzfGlU3KHjlFmiuvjh5jslPpc+94A=; b=CDMB+5m8uVptOEx/742ZVK3j1yodFj1qckbUAGdb6aBbXAnNbV1XJQ/9mtiuP8iJZo 34qKwKTlHy/mosNBryqgzZD2KRxjeg0E09HonlWKzPDSgDFsF+t7QuPuR3ehKi8K/e0I 56iNro4GGN0zf9M4Z0U3F27jqNKNYkIory1cY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lOS1IMygjTEtZ5u4k41H/VE4/uCsjGFq2lBQjGTE1J3nfpsKQfs9Ir8AOI2IjPAXjB 2laBzDAzDRtqDchO1/BHgZUOahEGJwoL/NUEsQ6LH/IPLnfts2U79MYwLmM6gckKUN4d h3a4Lzx0Uc7RBWuT30h6t5iopMdMUIrncEn70= MIME-Version: 1.0 Received: by 10.223.58.72 with SMTP id f8mr5000050fah.137.1301351293457; Mon, 28 Mar 2011 15:28:13 -0700 (PDT) Received: by 10.223.86.10 with HTTP; Mon, 28 Mar 2011 15:28:13 -0700 (PDT) Date: Mon, 28 Mar 2011 18:28:13 -0400 Message-ID: Subject: HTable first and last row? From: Vishal Kapoor To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org How do I find the first and last row id of the table in Hbase? I tried Htable.getStopKeys() and Htable.getEndKeys() does not work, all I need is the absolute start/stop row id of a table at a given point in time. any direction? thanks, vk