Skip to content

Instantly share code, notes, and snippets.

@nicolaferraro
Created May 6, 2015 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolaferraro/88b70fd30be59d2f2d75 to your computer and use it in GitHub Desktop.
Save nicolaferraro/88b70fd30be59d2f2d75 to your computer and use it in GitHub Desktop.
Docker HBase
You can use a dockerized version if you want just to try the shell. Just type:
docker run -it -p 2181:2181 -p 60000:60000 -p 60010:60010 -p 60020:60020 -p 60030:60030 -h hbase nerdammer/hbase-shell
Then add “hbase” to your “/etc/hosts” file and point it to boot2docker (192.168.59.103) address.
If you want to install it:
Download: http://archive.eu.apache.org/dist/hbase/hbase-1.0.0/hbase-1.0.0-bin.tar.gz
Untar
Run: bin/start-hbase.sh
For the shell: bin/hbase shell
If you want to install it on Windows:
Cry !!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment