> > Tried to build the source but the all the hbase storage plugin tests > failed as I don't have HBase installed. Wonder if there is some way we > can do a validation test? >
​HBase unit tests do not require a running HBase cluster. The unit test suit starts an embedded min-HBase cluster and run the tests against it. Let's discuss this in a different thread.
