Hi,
to be able to set timestamp based filters on HBase scan/get commands, I first need to know which timestamps are there.
Therefore my question: how can I select/get/retrieve the max timestamp within a table ? ...preferrably via 'hbase shell'
Finally I want to store this max. timestamp in a file, and use it in next run of manual script to get all HBase rows which have timestamp > previous_max_timestamp
Thanks in advance...