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 C11FF10EAD for ; Fri, 16 May 2014 13:56:11 +0000 (UTC) Received: (qmail 30713 invoked by uid 500); 16 May 2014 11:54:06 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 49388 invoked by uid 500); 16 May 2014 11:45:38 -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 46680 invoked by uid 99); 16 May 2014 11:14:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 11:14:43 +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 (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.215.42 as permitted sender) Received: from [209.85.215.42] (HELO mail-la0-f42.google.com) (209.85.215.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2014 19:56:31 +0000 Received: by mail-la0-f42.google.com with SMTP id el20so1218518lab.1 for ; Thu, 15 May 2014 12:56:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=vlvcoywZ0JYylZunlitlq++s+9sEQ+4+5fwNFVfcPvc=; b=PmkkAsWr3Q8jMLeRDndaWC4Wiq2tFVd0tCpOvIbWA2cpbnpMUuL/fEWzX5YQOf0Eib T1UoaziwyCViOE+Vfc41M6qG2b7GCCkPKIGPm3j6vvha5KrZ/wlzTFV4/SGVy8H31o8P 64vbJDamKYokDdVpwAixOVOxyWk2BVpu6f/9emknRcyfs0we/63lPzeT162gS+aBPuj7 D+02qDraDm+XfpuW6l62y9YZpUPt/lHX6QK3bz8GpFH9E522c5jr/IBNgYQXC/Ts5wcg vank4RPY99m60aLWcv3HDDZucNX/BpBAC5drFf5yS/HW4fdGw1miDS4bdXo9B6o/4PCa EVKg== MIME-Version: 1.0 X-Received: by 10.112.146.234 with SMTP id tf10mr8338540lbb.1.1400183770217; Thu, 15 May 2014 12:56:10 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.152.2.38 with HTTP; Thu, 15 May 2014 12:56:10 -0700 (PDT) In-Reply-To: References: Date: Thu, 15 May 2014 12:56:10 -0700 X-Google-Sender-Auth: pGoobgpuK00Ph_96Dmy_-LjEnkA Message-ID: Subject: Re: Retrieving nth qualifier in hbase using java From: Stack To: Hbase-User Content-Type: multipart/alternative; boundary=047d7b34315e3e81eb04f975b051 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b34315e3e81eb04f975b051 Content-Type: text/plain; charset=UTF-8 Not natively. You will have to write it using Result#getMap or getCells or making use of the fact that Result is a CellScanner. St.Ack On Wed, May 14, 2014 at 10:08 PM, Vivekanand Ittigi wrote: > Can anyone please reply? > > ---------- Forwarded message ---------- > From: Vivekanand Ittigi > Date: Wed, May 14, 2014 at 6:21 PM > Subject: Retrieving nth qualifier in hbase using java > To: user@hbase.apache.org > > > Hi, > > This question is quite out of box but i need it. > > In list(collection), we can retrieve the nth element in the list by > list.get(i); > > similarly is there any method, in hbase, using java API, where i can get > the nth qualifier given the row id and ColumnFamily name. > > NOTE: I have million qualifiers in single row in single columnFamily. > Thanks, > Vivek > --047d7b34315e3e81eb04f975b051--