Reputation: 1130
Its just a FAQ.
Is there any inbuilt python library available in Spark 1.6.1
that I can use to integrate with HBase
through pyspark
?
There are 3rd party libraries present on internet, but my organization is reluctant to use them.
Regards, AS
Upvotes: 0
Views: 98
Reputation: 41957
Spark
hasn't officially released packages for HBase
but efforts are underway.
You can check Spark Packages where you can find some libraries being built for HBase
.
You can read Spark SQL Data Sources API: Unified Data Access for the Apache Spark Platform too which is very informative.
Upvotes: 1