Add a client API for returning the last-modified time for a table
-----------------------------------------------------------------
Key: HBASE-1174
URL: https://issues.apache.org/jira/browse/HBASE-1174
Project: Hadoop HBase
Issue Type: New Feature
Reporter: Andrew Purtell
Priority: Minor
Extend the client API to support querying a table for its last modified time.
This can be lazily updated in .META. by the HRS, for example, by region. The
client API can scan the appropriate rows of .META. and choose the most recent
timestamp.
Cascading would prefer not to re-run a flow over HBase if the table has not
been modified since the last one.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.