Re: initTableMapperJob with a List of Scans

2013-06-20 Thread Jeff Kolesky
-- *Jeff Kolesky* Chief Software Architect *Opower*

Re: Problem with HFile lexical comparison

2013-06-19 Thread Jeff Kolesky
/5816180 I guess the issue is with my use of the comparator function. - R -- *Jeff Kolesky* Chief Software Architect *Opower*

Re: Problem with HFile lexical comparison

2013-06-19 Thread Jeff Kolesky
(HFileWriterV2.java:282) at com.mycompany.hbase.process.myprocess.myFunction(MyClass.java:1492) I am using hbase-0.94.2 - Rohit Kelkar On Wed, Jun 19, 2013 at 1:15 PM, Jeff Kolesky j...@opower.com wrote: I believe you need to use the KVComparator: https://github.com/apache/hbase/blob/trunk

Re: Extending HBase Metrics Framework

2013-06-06 Thread Jeff Kolesky
Graduate University of Chinese Academy of Science -- *Jeff Kolesky* Chief Software Architect *Opower*

Re: Extending HBase Metrics Framework

2013-06-06 Thread Jeff Kolesky
org.apache.hadoop.metrics2 package there. I am using HBase 0.94.7, could you kindly help directing to the right code repo and package? Thanks again... Regards, Joarder Kamal On 7 June 2013 03:50, Jeff Kolesky j...@opower.com wrote: If you want to add metrics, you can implement

Re: Key Value collision

2013-05-16 Thread Jeff Kolesky
? Thanks Varun -- *Jeff Kolesky* Chief Software Architect *Opower*

Re: Possible to delete a specific cell?

2013-03-07 Thread Jeff Kolesky
: 1.609.577.1600 twitter: @nattyice http://www.twitter.com/nattyice -- Kevin O'Dell Customer Operations Engineer, Cloudera -- *Jeff Kolesky* Chief Software Architect *Opower*

Re: how do counters work, client api?

2013-03-06 Thread Jeff Kolesky
with hbase? Does it have some sort of api like: hbaseClient.incrementAndGet() Since things are distributed, I would imagine actually acting on the counter value is not really possible since unless the thing acting on the counter is single threaded right? -- *Jeff Kolesky* Chief Software