I want to do a full Scan on hbase from Spark 2 using Scala.
I don't have a fixed catalog definition so libraries as SHC are not an option.
My logical choice was to use hbase-spark, that is working fine in Spark 1.6
In addition to the poor documentation about this library in previous versions, my surprise has been when checking the last HBase releasees, for example tag 2.0, hbase-spark is gone! but still in the master.
So my questions are:
- Where is the hbase-spark module for the last releases?
- Where can I find a hbase-spark version compatible with Spark 2?
thx!