NoSQL Question:
Download Questions PDF

What is Apache HBase?

NoSQL Interview Question
NoSQL Interview Question

Answer:

Apache HBase is an open source columnar database built to run on top of the Hadoop Distributed File System (HDFS). Hadoop is a framework for handling large datasets in a distributed computing environment.HBase is designed to support high table-update rates and to scale out horizontally in distributed compute clusters. Its focus on scale enables it to support very large database tables e.g. ones containing billions of rows and millions of columns.

Download NoSQL Interview Questions And Answers PDF

Previous QuestionNext Question
What is JAQL?What is Hive?