Advertisement
Guest User

Apache HBase : Hands On

a guest
Aug 18th, 2015
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. $ mkdir hbase
  2. $ cd hbase
  3. $ wget http://apache.mirrors.tds.net/hbase/1.1.1/hbase-1.1.1-bin.tar.gz
  4.  
  5. Mirrors:
  6. http://apache.mirrors.ionfish.org/hbase/1.1.1/hbase-1.1.1-bin.tar.gz
  7. http://mirrors.gigenet.com/apache/hbase/1.1.1/hbase-1.1.1-bin.tar.gz
  8. http://apache.mirrors.lucidnetworks.net/hbase/1.1.1/hbase-1.1.1-bin.tar.gz
  9.  
  10. $ tar -xvzf hbase-1.1.1-bin.tar.gz
  11. $ cd hbase-1.1.1/
  12. $ export JAVA_HOME=/usr
  13. $ ./bin/hbase-start.sh  -> start the hmaster
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement