Version 2 (modified by jazz, 12 years ago) (diff) |
---|
2012-10-04
Hadoop + HBase + Thrift
- 建立 Ubuntu 12.04 Server 環境
- 下載 ISO : http://free.nchc.org.tw/ubuntu-cd/precise/ubuntu-12.04.1-server-i386.iso
- 註:我先試用 32 位元環境。
jazz@precise:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.1 LTS Release: 12.04 Codename: precise
- 建立 Hadoop 1.0.3 環境
~$ wget http://hadoop.nchc.org.tw/~jazz/temp/install-hadoop-1.0.3-precise ~$ chmod a+x install-hadoop-1.0.3-precise ~$ ./install-hadoop-1.0.3-precise
- 建立 HBase 0.94.1 環境
~$ wget http://hadoop.nchc.org.tw/~jazz/temp/install-hbase-0.94.1-precise ~$ chmod a+x install-hbase-0.94.1-precise ~$ ./install-hbase-0.94.1-precise