Changes between Version 1 and Version 2 of waue/2010/0401


Ignore:
Timestamp:
Apr 1, 2010, 1:58:37 PM (14 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2010/0401

    v1 v2  
    88}}}
    99[[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