HBase is an open source, non-relational, distributed database modeled after Google's BigTable and is written in Java. It is developed as part of Apache Software...
HBase is an open source, nonrelational, distributed database modeled after Google's BigTable and is written in Java. It is developed as part of Apache Software Foundation's Apache Hadoop project and runs on top of HDFS (Hadoop Distributed Filesystem), providing BigTablelike capabilities for Hadoop. That is, it provides a faulttolerant way of storing large quantities of sparse data.
database developer-tools