spark-hbase-connector icon indicating copy to clipboard operation
spark-hbase-connector copied to clipboard

Supporting collections

Open nicolaferraro opened this issue 10 years ago • 0 comments

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.

nicolaferraro avatar Feb 19 '15 13:02 nicolaferraro