I would like to get the resultset from hbase table 't1' and row '001000000023'. It does have "c1" column family and multiple qualifiers. Ex. c1:123, c1:345, .... etc.
Is there any way to get the ALL data regardless the timestamp? Ex. c1:123 today "test123" c1:123 yesterday "test123" And I am looking for the way to get the count of each column family and qualifier. For the above example, "c1:123" has 2 values. Thanks, Jae Joo
