环境:centos6.4 软件: jzmq-master-----java与c++通讯的桥梁,有了它,就可以使用zeromp了(提供了接口,把数据放入到zeromq中) storm-0.8.2 zeromq-2.1.7-----号称史上最牛逼的消息队列(用c++写的) zookeeper-3.4.5 1.编译安装ZMQ: tar -xzf zeromq-2.1.7.tar.gz cd ze
Storm单机版本环境搭建 1. 安装环境要求 you need to install Storm’s dependencies on Nimbus and the worker machines. These are: Java 7+ (Apache Storm 1.x is tested through travis ci against both java 7 and java 8 J
例子说明:先随机产生一个数,然后乘以16,再然后添加一串字符串并转大写,再然后存入文件中 Main: public class Main {public static void main(String[] args) throws InterruptedException, AlreadyAliveException, InvalidTopologyException {TopologyB