Created
May 6, 2015 14:42
-
-
Save nicolaferraro/88b70fd30be59d2f2d75 to your computer and use it in GitHub Desktop.
Docker HBase
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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