文章目录
1.下载storm;
http://mirror.bit.edu.cn/apache/storm/apache-storm-1.2.2/apache-storm-1.2.2.zip
2.下载zookeeper;
http://mirror.bit.edu.cn/apache/zookeeper/current/zookeeper-3.4.12.tar.gz
3.下载python;
4.启动zookeeper;
(1)解压zookeeper-3.4.12;
(2)进入zookeeper-3.4.12/conf;
(3)复制zoo_sample.cfg,重命名为zoo.cfg,不需要修改里面的配置;
(4)进入zookeeper-3.4.12/bin;
(5)启动zookeeper
命令:zkServer.cmd
上面代表已经启动成功!
5.启动storm相关;
配置文件
进入apache-storm-1.2.2\conf storm.yaml 如下
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE f