Huawei-Spark / Spark-SQL-on-HBase

Native, optimized access to HBase Data through Spark SQL/Dataframe Interfaces
Apache License 2.0
321 stars 164 forks source link

Do you guys have any plans to move this to HBase API 1.0.x? #31

Closed atulskulkarni closed 8 years ago

atulskulkarni commented 8 years ago

Hi Folks,

I am curious if you guys have any plans to migrate the HBase version from 0.98.x to HBase 1.0.x? Since this change brings in breaking changes I am curious if there is any effort already made in this direction.

Regards, Atul.

bomeng commented 8 years ago

HBase 1.1 is supported in our 1.1 branch with Spark 1.4, while 1.0.x is compatible with our 0.98 release. Please check it out. Thanks.