Version 5 (modified by waue, 15 years ago) (diff) |
---|
hadoop + Hbase + thrift + php
2010 第一次讀書會準備
安裝設定 hadoop 0.20
略
安裝設定 hbase 0.20
略
安裝設定 thrift 0.2
安裝之前請先確定有裝了 libboost (c++的函式庫),以及make時會用到的yacc flex
$ apt-get install libboost1.38-dev $ apt-get install byacc flex
接著編譯與安裝thrift
$ ./bootstrap.sh $ ./configure $ ./make $ ./make install