{{{ #!html
hadoop + Hbase + thrift + php
2010 第一次讀書會準備
}}} [[PageOutline]] == 安裝設定 hadoop 0.20 == 略 == 安裝設定 hbase 0.20 == 略 == 安裝設定 thrift 0.2 == [http://incubator.apache.org/thrift/download/ thrift 下載頁面] 安裝之前請先確定有裝了 libboost (c++的函式庫),以及make時會用到的yacc flex {{{ $ apt-get install libboost1.38-dev $ apt-get install byacc flex }}} 接著編譯與安裝thrift {{{ $ ./bootstrap.sh $ ./configure $ ./make $ ./make install }}}