Skip to content

Instantly share code, notes, and snippets.

@falsecz
Created March 17, 2014 11:16
Show Gist options
  • Save falsecz/9597549 to your computer and use it in GitHub Desktop.
Save falsecz/9597549 to your computer and use it in GitHub Desktop.
Standalone hbase
wget http://mirror.hosting90.cz/apache/hbase/hbase-0.94.17/hbase-0.94.17.tar.gz
tar -xvzf hbase-0.94.17.tar.gz
HBASE_MANAGES_ZK=true ./hbase-0.94.17/bin/start-hbase.sh
...
./hbase-0.94.17/bin/stop-hbase.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment