HBase Thrift 0.5.0 + PHP 5 安裝設定

阅读更多

原文地址:

http://blog.kfchph.com/20-hbase-thrift-050-php5/

系統環境與套件版本

  • 作業系統環境: 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
  • thrift安装资料集合
    2011-06-22 14:19 685
    http://www.buywine168.com/index ...
  • 在Ubuntu下编译安装Thrift(支持php和c++)
    2011-06-22 14:16 1264
    原文地址:http://www.coder4.com/arch ...
  • Hadoop+hbase+thrift H.H.T环境部署
    2011-06-21 12:58 827
    原文地址:http://blog.sina.com.cn/s/ ...
  • php操作hbase例子
    2011-06-21 10:59 1739
    1 $GLOBALS['THRIFT_ROOT'] = '/h ...
  • HBase技术介绍
    2011-06-21 10:54 765
    原文地址:http://www.searc ...
  • 详细讲解Hadoop中的一个简单数据库HBase
    2011-06-08 17:29 623
    原文地址:http://databas ...
  • hive sql语法解读
    2011-06-08 16:52 1043
    版权声明:转载时请以超链接形式标明文章原始出处和作者信息及 ...
  • Hive 的启动方式
    2011-06-08 16:49 1822
    Hive 的启动方式            hive  命令行 ...
  • Hive环境搭建与入门
    2011-06-08 16:47 1168
    原文地址:http://www.jiacheo.org ...
  • Hbase入门6 -白话MySQL(RDBMS)与HBase之间
    2011-06-08 15:38 1309
    作者: H.E. | 您可以转载, ...
  • Apache Hive入门3–Hive与HBase的整合
    2011-06-08 10:03 1236
    作者: H.E. | 您可以转载, ...
  • Apache Hive入门2
    2011-06-08 10:00 1045
    我的偏见:  对于互联� ...
  • Apache Hive入门1
    2011-06-08 09:59 2190
    作者: H.E. | 您可以转载, ...
  • hbase分布安装部署
    2011-06-07 22:37 1497
    1、   hbase安装部署#cd /hadoop#w ...
  • 使用HBase的一个典型例子,涉及了HBase中很多概念
    2011-06-07 15:38 1236
    一个使用HBase的例子,如下。 import java ...
  • HBase入门篇4–存储
    2011-06-06 21:22 1352
    作者: H.E. | 您可以转载, 但必须以超链接形式标明文章 ...
  • HBase入门篇3
    2011-06-06 21:21 1543
    作者: H.E. | 您可以转载, 但必须以超链接形式标明文章 ...
  • HBase入门篇2-Java操作HBase例子
    2011-06-06 21:18 2052
    作者: H.E. | 您可以转载, 但必须以超链接形式标明文章 ...
  • HBase入门篇
    2011-06-06 21:17 1973
    作者: H.E. | 您可以转载, ...
  • Hive 和数据库的异同
    2011-06-06 14:08 618
    原文地址:http://www.oschina.net ...

你可能感兴趣的:(HBase,PHP,Flex,Python,JavaME)