Hi, I'd like to retrieve a range of rows matching a partial rowkey.
The equivalent in the hbase shell would be something like this:
> scan 'mytable', {STARTROW => 'abc', ENDROW => 'abd'}
to search for all entries in my table starting with the string "abc".
Is this possible with the camel hbase component?
Thanks,
Steve.
--
View this message in context:
http://camel.465427.n5.nabble.com/HBase-scan-range-of-rowkeys-tp5759476.html
Sent from the Camel - Users mailing list archive at Nabble.com.
