H
Analyzed about 14 hours ago
The Apache Spark - Apache HBase Connector is a library to support Spark accessing HBase table as external data source or sink. With it, user can operate HBase with Spark-SQL on data frame level.
With the data frame support, the lib leverages all the optimization techniques in catalyst, and
... [More]
achieves data locality, partition pruning, predicate pushdown, Scanning and BulkGet, etc. [Less]