Suppose I have a Column Family called Status: which holds status value. If I want to find how many values are there which have Status=UNANALYSED I cannot do so using hbase shell.. is there any other way???
On 4/21/09, Billy Pearson <[email protected]> wrote: > there is multi ways to query hbase there's > hbase shell > thrift > rest > java api > and I thank a few more. > > The easiest with out having to write code or anything would be hbase shell > if just wanting to check manually if something is there or the value of it. > > Billy > > "Ninad Raut" <[email protected]> > wrote in message > news:[email protected]... >> Hi, >> >> As there is no easy way to query HBase, can pig be used to query HBase >> tables? >> If so, can any one give me an example as to how to use it.... >> >> >> Regards, >> Ninad. >> > > >
