hi, experts i'm looking for some mock for HTableInterface for my unit tests. I googled and found it can be done by mockito or minicluster. However, I'm looking for some HTableInterface mock that persist my data(for a little while before it is used), i'm not sure if mockito will do it. For minicluster approach, it is obviously too heavy for my unit tests.
I know there used to be some implementations like: https://gist.github.com/agaoglu/613217, but seems outdated. https://issues.apache.org/jira/browse/HBASE-10894 seems pointing to the same problem as mine. -- Regards, *Bin Mahone | 马洪宾* Apache Kylin: http://kylin.io Github: https://github.com/binmahone
