ParallelAI / SpyGlass

Cascading and Scalding wrapper for HBase with advanced read features
Apache License 2.0
54 stars 31 forks source link

do not store nulls in hbase. see issue 5 #6

Closed koertkuipers closed 11 years ago

koertkuipers commented 11 years ago

One consequence of this change is that if a tuple has all null values for the valueFields then the resulting HBase Put will have no values and this will cause an exception. I think this behavior is desired but opinions might differ...