Does anyone know how to create a dataframe in sparkR from an hbase table?
1 answer
You might want to take a look at this package: http://spark-packages.org/package/nerdammer/spark-hbase-connector .
However, it seems that you cannot use it in conjunction with SparkR yet, and the other two packages providing connectivity between Spark and HBase do not look as advanced as the first.
Thus, I think you cannot create a dataframe directly from HBase in SparkR.
0
source to share