Following these steps to install HBase
A. Prerequisites:
- Installed Hadoop 2.x (if not, see this link: Install single node Hadoop 2.4.0)
- Installed JDK 1.7.x (if not see this link: Install JDK 1.7.x)
B. Steps:
1. Download HBase (version HBase v0.98.9)
1
root@ubuntu:~# wget http://mirrors.viethosting.vn/apache/hbase/hbase-0.98.9/hbase-0.98.9-hadoop2-bin.tar.gz
2. Unzip this downloaded package
1
root@ubuntu:~# tar zxvf hbase-0.98.9-hadoop2-bin.tar.gz
3. Rename and move to this folder
1
2
root@ubuntu:~# mv /root/hbase-0.98.9-hadoop2...