= 2012-10-04 = == Hadoop + HBase + Thrift == 1. 建立 Ubuntu 12.04 Server 環境 * 下載 ISO : http://free.nchc.org.tw/ubuntu-cd/precise/ubuntu-12.04.1-server-i386.iso * 註:我先試用 32 位元環境。 2. 建立 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 }}} 3. 建立 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 }}}