Does anyone know how to create a dataframe in sparkR from an hbase table?

I am trying to create a light data block in sparkR using data stored in hbase.

Does anyone know how to specify data source parameters in SQLontext or any other way to get around this?

+3


source to share


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







All Articles