Interesting question.
The class is used by
./hbase-server/src/test/java/org/apache/hadoop/hbase/ScanPerformanceEvaluation.java
:
TableSnapshotScanner scanner = new TableSnapshotScanner(conf,
restoreDir, snapshotName, scan);
I suggest keeping discussion on HBASE-14128
Thanks
On Mon, Jul 27, 2015 at 12:23 PM, <[email protected]> wrote:
> I am looking at https://issues.apache.org/jira/browse/HBASE-14128.
>
>
> I looked at the code but couldn't understand the use case where
> TableSnapshotScanner is useful outside junits. Can anyone provide a clue?
>
>
> Cheers