Thanks for ur reply Tim , Iam using Java API only (sorry for not mentioning that in my previous mail)
On Sun, Jul 19, 2009 at 3:15 PM, tim robertson <[email protected]>wrote: > If you are working in Java, I *think* you get this from the > HTable.getTableDescriptor(), then get the HColumnDescriptor for each > family and ask for it's values. > > http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/client/HTable.html#getTableDescriptor()<http://hadoop.apache.org/hbase/docs/current/api/org/apache/hadoop/hbase/client/HTable.html#getTableDescriptor%28%29> > > If you're not working in Java, please let us know how you are > interacting; REST, terminal etc > > Cheers, > Tim > > > On Sun, Jul 19, 2009 at 11:26 AM, bharath > vissapragada<[email protected]> wrote: > > Hi all , > > > > Sorry if this question has already been discussed .. > > > > I want to extract the all the column-names of a table . Can anyone tell > me > > the corresponding function . > > I have googled it but none of the results gave me the correct answer . > > > > Thanks in advance > > >
