Database Reference
In-Depth Information
3.
Choose the latest distribution, download, and unzip it.
4.
Verify the MD5 hash (do not ignore the good software development practices).
5.
Unzip the distribution and change your current directory to the location of
the unzipped file as follows:
mark@mark-dev:~/Downloads$ gunzip hbase-0.96.1.1-hadoop1-bin.tar.
gz
mark@mark-dev:~/Downloads$ tar xf hbase-0.96.1.1-hadoop1-bin.tar
mark@mark-dev:~/Downloads$ cd hbase-0.96.1.1-hadoop1/
6.
Now, start HBase as follows:
$ ./bin/start-hbase.sh
starting Master, logging to logs/hbase-user-master-example.org.out
That's it! You are good to go.
You might get the following message:
+===================================================================
| Error: JAVA_HOME is not set and Java could not be found |
+----------------------------------------------------------------------+
| Please download the latest Sun JDK from the Sun Java web site |
| > http://java.sun.com/javase/downloads/ < |
| |
| HBase requires Java 1.6 or later. |
| NOTE: This script will find Sun Java whether you install using the |
| binary or the RPM based installer. |
+===================================================================
 
Search WWH ::




Custom Search