HBase: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with " Apache HBase is the Hadoop database, a distributed, scalable, big data store. ''Use Apache HBase™ when you need random, realtime read/write access to your Big Data. This p...")
 
No edit summary
Line 4: Line 4:
''Use Apache HBase™ when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.''
''Use Apache HBase™ when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.''


http://hbase.apache.org/
* Web site http://hbase.apache.org/
* Book http://hbase.apache.org/book.html
* Refcard http://refcardz.dzone.com/refcardz/hbase


=Getting Started=
=Getting Started=

Revision as of 12:04, 27 May 2015

Apache HBase is the Hadoop database, a distributed, scalable, big data store.

Use Apache HBase™ when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, Apache HBase provides Bigtable-like capabilities on top of Hadoop and HDFS.

Getting Started

http://hbase.apache.org/book.html#quickstart


Set the configuration file


Installation

Download the latest version of the binary :


Launch the CLI


Multi-servers Configuration

Zookeeper