Changes between Version 1 and Version 2 of waue/2010/0401
- Timestamp:
- Apr 1, 2010, 1:58:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2010/0401
v1 v2 8 8 }}} 9 9 [[PageOutline]] 10 11 * 安裝設定 hadoop 0.20 12 略 13 * 安裝設定 hbase 0.20 14 略 15 == 安裝設定 thrift 0.2 == 16 [http://incubator.apache.org/thrift/download/ thrift 下載頁面] 17 18 安裝之前請先確定有裝了 libboost (c++的函式庫) 19 $ apt-get install libboost1.38-dev 20 21 接著編譯與安裝thrift 22 $ ./bootstrap.sh 23 $ ./configure 24 $ ./make 25 $ ./make install