|
|
-
Re: searching functionality in HbaseAmit Sela 2013-02-07, 13:15
If you are going to use EndPoint coprocessor check this experiment:
http://hbase-coprocessor-experiments.blogspot.co.il/2011/05/extending.html it shows when EndPoint should be preferred over Scan. Also, keep in mind that HBase row keys are lexicographically ordered. Good luck! On Thu, Feb 7, 2013 at 2:15 PM, Mohammad Tariq <[EMAIL PROTECTED]> wrote: > Hello Dastagiri, > > Search is actually Get or Scan+some condition. You have Hbase Filters > and Co-proc. You can use indexing for faster results(search). > > Warm Regards, > Tariq > https://mtariq.jux.com/ > cloudfront.blogspot.com > > > On Thu, Feb 7, 2013 at 5:43 PM, Dastagiri S Shaik < > [EMAIL PROTECTED]> wrote: > > > Hi All, > > > > Can u please help me any implementations are available in Hbase for > > Searching Functionality? > > > > > > Thanks > > Dastagiri > > > > > |