Retrive HBase row based on dynamic qualifier filters

2016-11-07 Thread Mukesh Jha
val6, foo => Array[Byte], bar => Array[Byte] } } *[2]* https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/filter/QualifierFilter.html -- Thanks & Regards, *Mukesh Jha <me.mukesh@gmail.com>*

hbase filter based on dynamic column qualifier's value

2016-02-11 Thread Mukesh Jha
e. If any of you have any experience please help. - Implement my own filter and ship it in all my RS. *[1]:* http://grepcode.com/file/repo1.maven.org/maven2/com.ning/metrics.action/0.2.0/org/apache/hadoop/io/ArrayWritable.java -- Thanks & Regards, *Mukesh Jha <me.mukesh@gmail.com>*

Re: High get/scan rates on HBase table even if no readers are on

2015-11-30 Thread Mukesh Jha
On Mon, Nov 30, 2015 at 10:35 PM, Stack <st...@duboce.net> wrote: > On Fri, Nov 27, 2015 at 10:11 AM, Mukesh Jha <me.mukesh@gmail.com> > wrote: > > > I'm working with cloudera hbase v0.98, my HBase table has ~5k regions. > > > > > How many servers d

Re: High get/scan rates on HBase table even if no readers are on

2015-11-30 Thread Mukesh Jha
tobuf.generated.ClientProtos$ScanRequest)","client":" 10.193.150.127:37070 ","starttimems":1448874642962,"queuetimems":1,"class":"HRegionServer","responsesize":12,"method":"Scan"} On Fri, Nov 27, 201

High get/scan rates on HBase table even if no readers are on

2015-11-27 Thread Mukesh Jha
I'm working with cloudera hbase v0.98, my HBase table has ~5k regions. >From the cloudera UI charts i see a lot of get & scan operations active on my table even after i shut down all the reader applications. I'm suspecting that this is impacting my scan performance. So I'd like to know if there

Re: Spark-HBase connector

2014-12-19 Thread Mukesh Jha
Thanks Stack, looks promising will give it a try. On Fri, Dec 19, 2014 at 3:28 AM, Stack st...@duboce.net wrote: On Tue, Dec 16, 2014 at 10:52 AM, Stack st...@duboce.net wrote: On Sun, Dec 14, 2014 at 10:49 PM, Mukesh Jha me.mukesh@gmail.com wrote: Hello Experts, I've come

Spark-HBase connector

2014-12-14 Thread Mukesh Jha
://github.com/datastax/spark-cassandra-connector -- Thanks Regards, *Mukesh Jha me.mukesh@gmail.com*