You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by sa...@gmail.com on 2015/07/27 21:23:13 UTC

Unable to find out the purpose of class TableSnapshotScanner

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

Re: Unable to find out the purpose of class TableSnapshotScanner

Posted by Ted Yu <yu...@gmail.com>.
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, <sa...@gmail.com> 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