strom 安装(redhat 6.0)

详细安装步骤参考:http://blog.linezing.com/2013/01/how-to-install-and-deploy-storm-cluster

由于之前已经安装hbase,已经安装过zookeeper,省略安装zookeeper集群。系统自带python 2.6.5版本,不再安装python。一下记录在安装过程中,依赖包的解决!

一:安装ZMQ 2.1.7
1:用root安装util-linux-2.22.tar.gz
	   cd /usr/local
wget https://www.kernel.org/pub/linux/utils/util-linux/v2.22/util-linux-2.22.tar.gz
tar -zxf util-linux-2.22.tar.gz
cd util-linux-2.22
./configure
make && make install

2:安装ZMQ 2.1.7
wget http://download.zeromq.org/zeromq-2.1.7.tar.gz
tar -xzf zeromq-2.1.7.tar.gz
cd zeromq-2.1.7
./configure
make
make install


二:安装JZMQ
1:安装JZMQ需要安装一下依赖包
wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/libtool-1.5.22-7.el5_4.x86_64.rpm
wget http://mirror.centos.org/centos/5/os/i386/CentOS/autoconf-2.59-12.noarch.rpm
wget http://mirror.centos.org/centos/5/os/i386/CentOS/automake-1.9.6-2.3.el5.noarch.rpm
wget http://mirror.centos.org/centos/5/os/x86_64/CentOS/imake-1.0.2-3.x86_64.rpm

2:安装JZMQ
cd jzmq
./autogen.sh
./configure
make
sudo make install
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值