Changes between Version 12 and Version 13 of waue/2010/0401
- Timestamp:
- Sep 27, 2010, 5:13:59 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
waue/2010/0401
v12 v13 1 1 {{{ 2 2 #!html 3 <div style="text-align: center; color:#151B8D"><big style="font-weight: bold;"><big><big> 4 5 </big></big></big></div> <div style="text-align: center; color:#7E2217"><big style="font-weight: bold;"><big> 3 <div style="text-align: center; color:#7E2217"><big style="font-weight: bold;"><big> 6 4 安裝編譯及測試 7 5 </big></big></div> … … 9 7 [[PageOutline]] 10 8 = 一、前言 = 11 * 本篇 作業系統為Ubuntu (9.04)12 * 假設已經安裝好 Hadoop (0.20 ) Hbase (0.20) ,完成設定,並且已在運作中9 * 本篇建議使用 Linux 作業系統 Ubuntu 8.04 含以上 10 * 假設已經安裝好 Hadoop (0.20 ) Hbase (0.20) Sun Java 6,完成設定,並且已在運作中 13 11 14 12 == 安裝設定 hadoop 0.20 == … … 30 28 2. 安裝之前請先確定有裝了 libboost (c++的函式庫),以及make時會用到的yacc flex 31 29 {{{ 32 $ apt-get install libboost1.38-dev automake libtool flex bison30 $ sudo apt-get install libboost-dev automake libtool flex bison g++ python python-all-dev 33 31 }}} 34 32 … … 152 150 thrown in /var/www/DemoClient.php on line 158 153 151 }}} 154 155 = 參考 =156 [http://appaquet.blogspot.com/2008/11/thrift-hbase-php.html André-Philippe Paquet's Blog]157