Question
What is Apache HBase?
Select an option. Your answer will be checked instantly.
Correct Answer: C. A distributed column-family database for low-latency random access on Hadoop
Explanation:
HBase stores sparse tables over HDFS and supports row-key reads and writes.
It complements HDFS's large sequential access model.
Leave a Reply