Storm ―― 单机环境搭建
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/m0_37809146/article/details/91365116 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 JDKs) Python 2.6.6 (Python 3.x should work too, but is not tested as part of our CI enviornment) 按照 官方文档 的说明:storm 运行依赖于Java 7+ 和 Python 2.6.6 +,所以需要预先安装这两个软件。由于这两个软件在多个框架中都有依赖,其安装步骤单独整理至 : Linux环境下JDK安装 Linux环境下Python安装 2. 下载并解压 下载并解压,官方下载地址: http://storm.apache.org/downloads.html # tar -zxvf apache-storm-1.2.2.tar.gz 3. 配置环境变量 #