Hello, I have a hbase table where the column names for a column family are not known in advance; timestamp is part of the column name. for example, a column name could be -
events:1336343168013 My question is - has anyone been able to read such tables with a Cascading tap for hbase? Cascading/maple (https://github.com/Cascading/maple) only allows queries where the column names are known in advance. Thanks, Pranav.
