Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 16328 invoked from network); 25 Jul 2009 16:23:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jul 2009 16:23:26 -0000 Received: (qmail 58344 invoked by uid 500); 25 Jul 2009 16:24:30 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 58306 invoked by uid 500); 25 Jul 2009 16:24:30 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 58296 invoked by uid 99); 25 Jul 2009 16:24:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 16:24:30 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bharathvissapragada1990@gmail.com designates 209.85.221.188 as permitted sender) Received: from [209.85.221.188] (HELO mail-qy0-f188.google.com) (209.85.221.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jul 2009 16:24:21 +0000 Received: by qyk26 with SMTP id 26so2944659qyk.5 for ; Sat, 25 Jul 2009 09:24:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=8CkY1lERdoOg/v/4rgPnFHjtTRN8/ZeTeHf1G4TKX08=; b=k5Bs1fDPBBnhFzDdXm+kY7hGCpfpR/IOXVFQO63sebsCVW5IudOuY0eP2cEP6wpnd8 ujRrodiudXR1LqjCTKZcAqVzvd7/FuwAC15mUEvltiPEa/OAgpnonWv+s8kQsgRQZqmo gyIDz0ericY3HzdC6XfPBOHGjt56LPdMIXN+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=FX0fROAaIw4xbP0usIWO77JO37zHXpSSNWR4QG5DHIISZzTl8fqH/kchUaJKNVs61w 1HzCTUS4CmYSGZt02XoT0juJ6k89fNINU5JvjJKYs/3CN+At6nG8j1wtI7yK4H4xKe0l 5PQIGwUG5Mw3njvYOQLu11MkjhOVcC62zK++s= MIME-Version: 1.0 Received: by 10.229.110.6 with SMTP id l6mr1107831qcp.52.1248539040125; Sat, 25 Jul 2009 09:24:00 -0700 (PDT) In-Reply-To: <7c962aed0907250908r74359e6esa72611520497b4c7@mail.gmail.com> References: <73d592f60907250242h489853dar393966287b1abb18@mail.gmail.com> <78568af10907250244o2d1821afnfbdfcd59db5ad1d9@mail.gmail.com> <73d592f60907250303k13634189yfb216d3179927858@mail.gmail.com> <7c962aed0907250908r74359e6esa72611520497b4c7@mail.gmail.com> From: bharath vissapragada Date: Sat, 25 Jul 2009 21:53:40 +0530 Message-ID: <73d592f60907250923v5dbe30bbtf8fe7664d8a4a31d@mail.gmail.com> Subject: Re: Scanner in a particular Region Server To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=00163631053bf993cd046f8a25a2 X-Virus-Checked: Checked by ClamAV on apache.org --00163631053bf993cd046f8a25a2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit When i try to extract rowResult.get("info:regioninfo").getValue() and convert it to string using Bytes.toString() and print it .. its printing junk characters ... whereas its working fine for other columngroups .. When i tried scan '.META.' from command line .. i observed that the value of info:regioninfo is not a string whereas for others it is a string! any comments? On Sat, Jul 25, 2009 at 9:38 PM, stack wrote: > Just do a new Table(".META.") and scan it as you would any other table. > > Whats the error? > > St.Ack > > On Sat, Jul 25, 2009 at 3:03 AM, bharath vissapragada < > bharathvissapragada1990@gmail.com> wrote: > > > Can you please tell me the classes using wch .META table can be scanned > .. > > I > > am getting error message when iam trying to scan it like a normal table. > > > > Thanks > > > > On Sat, Jul 25, 2009 at 3:14 PM, Ryan Rawson wrote: > > > > > Nothing in the built in API does this for you, but you could scan > > > .META. looking for the regions of interest, then build scanners on the > > > specific ranges of each region. > > > > > > Good luck! > > > > > > On Sat, Jul 25, 2009 at 2:42 AM, bharath > > > vissapragada wrote: > > > > Hi all , > > > > > > > > Is there a way , i can get "Scanner" to the part of the table in a > > > specific > > > > region server using it's "HOST NAME" ... > > > > > > > > Eg : suppose i have a table "A" and one of the region servers have > > > HOSTNAME > > > > "region1" > > > > > > > > Can i get a scanner to all those rows of table "A" in "region1".. > > > > > > > > Thanks > > > > > > > > > > --00163631053bf993cd046f8a25a2--