spark_hbase (homepage)

The example in Scala of reading data saved in hbase by Spark and the example of converter for python

@GenTang / (3)

The example in scala transfers the data saved in hbase into Buffer[String] which contains row, column:cell, timestamp, value, type.
The example of converter for python transfer the data saved in hbase into string which contains the same information as the example above. We can use ast package to easily transfer this string to dictionary


Tags

  • 1|python
  • 1|hbase

How to

This package doesn't have any releases published in the Spark Packages repo, or with maven coordinates supplied. You may have to build this package from source, or it may simply be a script. To use this Spark Package, please follow the instructions in the README.

Releases

No releases yet.