I got a CDH cluster with data being ingested via Flume to store in HDFS as Avro. Currently, I query the dataset using Hive. I would like to use HBase to store some frequently used top aggregates for example, number of views per page, etc. Being new to HBase, I wanted to know if its the correct usecase for HBase. If so, how does one go about storing the aggregates into HBase and use the REST interface that HBase provides. Thanks for the help!