Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Here is my quick write up how to build and run HBase

Code Block
languagebash
$ git clone https://github.com/apache/hbase.git


$ cd hbase


$ git checkout <branch name>


$ mvn clean install -DskipTests assembly:single

 

Ubzip the tar file and run the shell

 

Code Block
languagebash
$ tar xzvf hbase-assembly/target/hbase-2.0.0-SNAPSHOT-bin.tar.gz


 $ export HBASE_HOME=`pwd`/hbase-2.0.0-SNAPSHOT


 $ export PATH=$HBASE_HOME/bin:$PATH


 $ start-hbase.sh


 $ hbase shell
 
The JIRA issue
Jira Legacy
serverJIRA
serverId9aaf0a9e-ca09-3b0e-8d89-418a53564c8a
keyLEG-439