`
zkl_1987
  • 浏览: 242639 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

hypertable安装

阅读更多
我的系统:Centos 5
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
yum install gcc-c++ make cmake python-devel bzip2-devel zlib-devel expat-devel
wget http://downloads.sourceforge.net/boost/boost_1_37_0.tar.bz2
bzip2 -d boost_1_37_0.tar.bz2
tar -xvf boost_1_37_0.tar
cd boost_1_37_0
./configure
make
make install
cd /etc/yum.repos.d
wget http://dries.eu/pub/dries-el.repo
yum install log4cpp-devel git-core cronolog google-perftools-devel libevent-devel readline-devel ncurses-devel
wget http://internap.dl.sourceforge.net/sourceforge/sigar/hyperic-sigar-1.6.0.tar.gz
tar -xzvf hyperic-sigar-1.6.0.tar.gz
cp hyperic-sigar-1.6.0/sigar-bin/include/*.h /usr/local/include
cp hyperic-sigar-1.6.0/sigar-bin/lib/libsigar-x86-linux.so /usr/local/lib/
wget http://download.oracle.com/berkeley-db/db-4.7.25.tar.gz
tar -xzvf db-4.7.25.tar.gz
cd db-4.7.25/build_unix/
../dist/configure --enable-cxx
make
make install
sh -c "if [ ! -e /etc/hosts ]; then echo '127.0.0.1     localhost.localdomain   localhost' > /etc/hosts ; fi"
sh -c "echo '/usr/local/lib' > /etc/ld.so.conf.d/local.conf"
sh -c "echo '/usr/local/BerkeleyDB.4.7/lib' > /etc/ld.so.conf.d/BerkeleyDB.4.7.conf"
/sbin/ldconfig


wget -O jdk-6u12-linux-i586-rpm.bin <really-long-url-from-sun>
chmod 755 jdk-6u12-linux-i586-rpm.bin
./jdk-6u12-linux-i586-rpm.bin
yum install ant automake libtool flex bison pkgconfig libevent-devel ruby-devel perl-Bit-Vector php
wget http://dag.wieers.com/rpm/packages/perl-Class-Accessor/perl-Class-Accessor-0.31-1.el5.rf.noarch.rpm
yum localinstall perl-Class-Accessor-0.31-1.el5.rf.noarch.rpm
wget -O thrift.tgz http://tr.im/gL5F#.tgz  (See hypertable README for location of working Thrift snapshot)
tar -xzvf thrift.tgz
cd thrift
./bootstrap.sh
./configure
make
make install
/sbin/ldconfig


mkdir src
cd src
git clone git://scm.hypertable.org/pub/repos/hypertable.git
mkdir -p ../build/hypertable
cd ../build/hypertable
cmake -DPHPTHRIFT_ROOT=$HOME/thrift/lib/php/src ~/src/hypertable
make
make install
make alltests
分享到:
评论
1 楼 di1984HIT 2014-05-25  
关注一下。

相关推荐

    HyperTable安装部署文档

    精心准备的HyperTable安装部署文档,绝对无误,有兴趣者可与我站内联系

    hypertable 说明

    hypertable的相关文档,可以下下来看看,获取对于你有些帮助哟。

    Hypertable Architecture

    Hypertable is a massively scalable database modeled after Google's Bigtable database. Bigtable is part of a group of scalable computing technologies developed by Google which is depicted in the ...

    hypertable 源代码

    开源分布式数据储存系统hypertable V0.9.5.6源代码

    HyperTable 0.9.7.8 源码

    Hypertable 是一个正在进行中的开源项目,其特点是支持海量数据并发存储,是基于google bigTable 论文基础。目前是大数据处理中的尖兵利器。

    hypertable示例程序

    hypertable 是基于bigtable的数据库 谷歌,百度,ebay都用它做大数据处理

    基于Hypertable数据库XML存储和查询技术研究

    基于Hypertable数据库XML存储和查询技术研究

    miwei_temp:miwei_temp

    如何安装 您可以下载适合您平台的二进制程序包,也可以从源代码中进行构建。 二进制包可以从获得。 有关超表二进制包的入门,请参见此。 如何从源构建 下载源: 您可以从下载发布源tar球,然后将其解压缩到源目录...

    hypertable-0.9.5.6源码

    Hypertable 是一个正在进行中的开源项目,以google的bigtable论文为基础指导,使用c++语言实现。目的是为了解决大并发,大数据量的数据库需求。目前 只支持最基本的查询功能,对于事物,关联查询等都不支持。对单条...

    Hypertable与hadoop介绍

    Hypertable与hadoop介绍 文档 看完就入门

    分布式海量数据管理系统Hypertable底层存储结构分析.pdf

    #资源达人分享计划#

    hypertable-0.9.8.9-src.tar.gz

    Hypertable 是一个正在进行中的开源项目,以google的bigtable论文为基础指导,使用c++语言实现。目的是为了解决大并发,大数据量的数据库需求。目前 只支持最基本的查询功能,对于事物,关联查询等都不支持。对单条...

    hypertable 源码

    hypertable 开源分布式数据储存系统 V0.9.5.6 源代码

    hypertable-0.9.6.5.jar

    0.9.6.5版本的hypertable.jar,0.9.6.5版本的hypertable.jar。

    分布式海量数据管理系统Hypertable 底层存储结构分析

    分布式海量数据管理系统Hypertable 底层存储结构分析

    Hypertable应用实践:基于BigTable模型优化业务

    在一文中,作者主要从Hypertable的系统层面介绍了如何改进和优化系统来更好地支持业务。本文则主要从业务层面介绍如何基于BigTable模型设计表格及导入/查询策略。NoSQL和SQL数据库谁更重要的争论从来都没停止,甚至...

    Hypertable简介(一个C++的Bigtable开源实现)

    随着互联网技术的发展,尤其是云计算平台的出现,分布式应用程序需要处理大量...HDFS、KFS等,在此基础上,Hypertable实现了分布式结构化的数据组织,Hypertable可以对海量的结构化的数据(PB级)提供面向表形式的组织方

Global site tag (gtag.js) - Google Analytics