我是新来的,在给你打电话之前,我已经尝试了很多自己的努力。
我正在尝试在Windows 10上安装apache storm。 我已经成功安装了ZooKeeper,并设置了Java_Home和Storm_Home。 Python是C:/ Python27。 我不明白的是那些指示:
路径添加:
%STORM_HOME%\bin;%JAVA_HOME%\bin;C:\Python27;C:\Python27\Lib\site-packages\;C:\Python27\Scripts\;
PATHEXT添加:
.PY
我尝试将.PY添加到PATHTEXT和& STORM_HOME%bin; ...添加到系统变量路径上但是当我打开cmd然后去Storm_Home,然后运行Storm nimbus时,我得到了“风暴不被视为内部或外部命令“
任何帮助将不胜感激
TNX 梅龙
答案 0 :(得分:1)
Download this storm setup from below link:
https://dl.dropboxusercontent.com/s/iglqz73chkul1tu/storm-0.9.1-incubating-SNAPSHOT-12182013.zip
Extract that file to the location of your choice. i choose 'C:\'
**Configure Environment Variables**:
On Windows Storm requires the STORM_HOME and JAVA_HOME environment variables to be set, as well as some additions to the PATH variable: