spark-hbase-connector
spark-hbase-connector copied to clipboard
Supporting collections
The library should support storing scala collections in a single HBase column. Since it seems there is not a standard way to map collections to Array[Byte]
in HBase, the library should provide different, configurable, ways of handling collections.
The default strategy should be compatible with the one used in the Apache Phoenix project.