wiki:waue/2010/0401

Version 4 (modified by waue, 14 years ago) (diff)

--

hadoop + Hbase + thrift + php
2010 第一次讀書會準備

安裝設定 hadoop 0.20

安裝設定 hbase 0.20

安裝設定 thrift 0.2

thrift 下載頁面

安裝之前請先確定有裝了 libboost (c++的函式庫) $ apt-get install libboost1.38-dev

以及make時會用到的yacc $ apt-get install byacc

接著編譯與安裝thrift

$ ./bootstrap.sh
$ ./configure
$ ./make
$ ./make install