我需要在windows10下安装apachestorm作为单节点集群。我找到的最新指示是:
http://ptgoetz.github.io/blog/2013/12/18/running-apache-storm-on-windows/
在最新的存档中,storm不包含任何.cmd文件,因此看起来根本不支持winos。
有没有办法在windows操作系统下安装2+版本的apache storm?
我需要在windows10下安装apachestorm作为单节点集群。我找到的最新指示是:
http://ptgoetz.github.io/blog/2013/12/18/running-apache-storm-on-windows/
在最新的存档中,storm不包含任何.cmd文件,因此看起来根本不支持winos。
有没有办法在windows操作系统下安装2+版本的apache storm?
1条答案
按热度按时间blmhpbnm1#
支持windows,但您需要使用powershell脚本(
storm.ps1
),或者直接调用storm python脚本(storm.py
).关于如何安装它,linux和windows的说明是相同的(请参见此)。唯一的主要区别应该是您是使用windows还是linux风格的路径
storm.yaml
文件,以及您使用什么工具在监督下运行storm(例如。systemd
或windows服务)。