当前位置:实例文章 » PHP实例» [文章]HBase Thrift 0.5.0 + PHP 5 安裝設定

HBase Thrift 0.5.0 + PHP 5 安裝設定

发布人:shili8 发布时间:2022-12-12 09:43 阅读次数:47

原文地址:

/caseinfo/link/489d7708d7fe4ee69f5fe061745c7de6

系統環境與套件版本

  • 作業系統環境: Ubuntu 9.04 Server x2
  • Hadoop 0.20.2 Fully-distributed modes
  • HBase 0.89.20100621 Fully-distributed modes
  • Thrift 0.5.0

1. 下載 Thrift 0.5.0

1 wgetftp://ftp.stu.edu.tw/Unix/Web/apache//incubator/thrift/0.5.0-incubating/thrift-0.5.0.tar.gz

2. 安裝 Thrift 相依套件

Thrift 需要 C++ 的 libboost 函式庫, 以及 flex, libtool 方能運作

1 $ sudo apt-get install libboost-dev automake libtool flex bison g++

3. 安裝需要的程式語言, 這裡安裝 Python & PHP

注意, 不能裝 php5, 不然會沒有設定檔

1 $ sudo apt-get install python python-all-dev
2 $ sudo apt-get install php5-dev

4. 於 Thrift 目錄執行環境設定檢測

1 $ cd thrift0.5.0/
2 $ ./configure

正常應輸出:

01 thrift 0.5.0
02
03 Building code generators ..... : cpp java as3 csharp py rb perl php erl cocoa st ocaml hs xsd html js javame
04
background-image: none !important; background-color: #1b2426 !important; text-align: left !impo

相关推荐

相关标签:HBasePHPFlexPythonJavaME

免责声明

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱290110527@qq.com删除。

其他信息

其他资源

Top