1024programmer Java storm installation (2) Installation of ZeroMQ, JZMQ, Python, Java environment

storm installation (2) Installation of ZeroMQ, JZMQ, Python, Java environment

2.ZeroMQ installation

Copy the installation file zeromq-2.1.7.tar.gz to the home file path.

Add permissions to files

chmod +x /home/
zeromq-2.1.7.tar.gz

unzip files

tar -xzf /home/
zeromq-2.1.7.tar.gz

Enter the file path to install

cd /home/
zeromq-2.1.7

./configure

make

sudo make install

Installed

An error uuid not found will be reported here. At this time, you need to install the util-linux-2.21.1.tar.gz file. Unzip it with the same installation steps, and then enter the decompressed folder

./configure –without-ncureses

make

sudo make install

Then just install zeromq

3.JZMQ installation

First enter the home path

cd /home

Download installation files

git clone
https://github.com/nathanmarz/jzmq.git

Enter the jzmq file

cd jzmq

Install

./autogen.sh

./configure

make

sudo make install

Installed

4.Python installation

Copy the file to the home folder

Enter the home folder

cd /home

Add permissions

chmod +x Python-2.7.6.tgz

unzip files

tar zxvf

Python-2.7.6.tgz

Install

cd Python-2.6.6

./configure

make

make install

After the installation is complete, test whether the installation is successful

python -V

Python 2.7.6

Installed

5. I have already installed the Java environment when building Hadoop before, so I won’t go into details here.

This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/storm-installation-2-installation-of-zeromq-jzmq-python-java-environment-4/

author: admin

Previous article
Next article

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: 34331943@QQ.com

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索