I have use case where if one column of a column family changes, I would like to bring back all the columns in that column family. I can use the timestamp to identify the column that changes but it only returns the one column. Is there a way I can get all the columns of the column family back with one pass of the data? What are some other options here?
Thanks in advance -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Get-all-columns-in-a-column-family-tp4053696.html Sent from the HBase User mailing list archive at Nabble.com.
