HI I have a table with rowkey is composed of userid + timestamp. I need to figure out 'top-100' users.
One approach is running a scanner and keeping a hashmap of user-count in memory. Wondering if there is an hbase-trick I could use? thanks Sujee
HI I have a table with rowkey is composed of userid + timestamp. I need to figure out 'top-100' users.
One approach is running a scanner and keeping a hashmap of user-count in memory. Wondering if there is an hbase-trick I could use? thanks Sujee