Created 10-27-2015 04:54 PM
Is access Hbase possible through Spark 1.3.1/SQL though Hive to Hbase? in Spark 1.4 or is it 1.5?
Created 11-03-2015 09:01 PM
There are multiple Spark to HBase connector. See an example on HDP http://stackoverflow.com/questions/25040709/how-to-read-from-hbase-using-spark
But the existing connectors don't leverage HBase for Scans. We are building a more efficient Spark Hbase connector.
Created 10-27-2015 05:02 PM
Created 10-27-2015 08:50 PM
In case it helps, we had been able to access data from Phoenix as Spark RDD using early version of HDP 2.3 (Spark 1.3). See steps here
Created 11-03-2015 09:01 PM
There are multiple Spark to HBase connector. See an example on HDP http://stackoverflow.com/questions/25040709/how-to-read-from-hbase-using-spark
But the existing connectors don't leverage HBase for Scans. We are building a more efficient Spark Hbase connector.
Created 08-12-2016 04:12 PM
Splice Machine (Open Source) uses Spark 1.6.1 deployed in Yarn.
https://github.com/splicemachine/spliceengine
Might be interesting to you.