bump. Alternatively, a way to get all columns from a column family for a row-id or even all data(all column families) for a row-id would be good.
I tried using Fields/ALL to create the hbase tap like this -
(HBaseScheme. (w/fields key-field) column-family Fields/ALL)
But this gives this error -
cannot join fields if one is a substitution or is unknown
[Thrown class cascading.tuple.TupleException]
Is there a way to do this?