- 建立 Ubuntu 12.04 Server 環境
- 建立 Hadoop 1.0.3 環境
jazz@precise:~$ wget http://hadoop.nchc.org.tw/~jazz/temp/install-hadoop-1.0.3-precise
jazz@precise:~$ chmod a+x install-hadoop-1.0.3-precise
jazz@precise:~$ ./install-hadoop-1.0.3-precise
- 建立 HBase 0.94.1 環境
jazz@precise:~$ wget http://hadoop.nchc.org.tw/~jazz/temp/install-hbase-0.94.1-precise
jazz@precise:~$ chmod a+x install-hbase-0.94.1-precise
jazz@precise:~$ ./install-hbase-0.94.1-precise
- 下載 Thrift 0.8
jazz@precise:~$ sudo apt-get install make libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev
jazz@precise:~$ wget https://dist.apache.org/repos/dist/release/thrift/0.8.0/thrift-0.8.0.tar.gz
jazz@precise:~$ tar zxvf thrift-0.8.0.tar.gz
jazz@precise:~$ cd thrift-0.8.0/
jazz@precise:~/thrift-0.8.0$ ./configure
jazz@precise:~/thrift-0.8.0$ make