3154 Forks
4804 Stars
4804 Watchers

hbase

Apache HBase

How to download and setup hbase

Open terminal and run command
git clone https://github.com/apache/hbase.git
git clone is used to create a copy or clone of hbase repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with hbase https://github.com/apache/hbase/archive/master.zip

Or simply clone hbase with SSH
[email protected]:apache/hbase.git

If you have some problems with hbase

You may open issue on hbase support forum (system) here: https://github.com/apache/hbase/issues