As we know, hbase has a feature that a specific Row and specific Column can record recent change values by timestamps. So my question is, HOW TO list all the changed values using any HBase command? I googled a lot, but didn't find any useful links.
The same can be achieved in hbase shell using:
get 'tablename', 'rowid', {COLUMN => 'cf:info', VERSIONS => 3}
The above will show the max 3 versions of the cell, if available.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With