You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Neerja Bhatnagar <ne...@gmail.com> on 2011/08/24 03:26:16 UTC

Getting columns given table and column family

Hi,

How can I get all the columns in a column family. I know the table name and
the column family name.

Thank you for your help!

Cheers, Neerja

Re: Getting columns given table and column family

Posted by Jean-Daniel Cryans <jd...@apache.org>.
All the columns? You mean the qualifiers themselves or the values?
Have you looked at the API?
http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Scan.html

J-D

On Tue, Aug 23, 2011 at 6:26 PM, Neerja Bhatnagar <ne...@gmail.com> wrote:
> Hi,
>
> How can I get all the columns in a column family. I know the table name and
> the column family name.
>
> Thank you for your help!
>
> Cheers, Neerja
>