安装的过程参照此处的过程介绍(https://www.tutorialspoint.com/apache_storm/apache_storm_installation.htm)

安装的过程要安装3个东西,依次是:Java;Zookeeper framework;Apache storm framework。

1. 安装java。配置java环境变量。发现使用openjdk也是可以的。

2. 安装zookeeper。下载包,修改配置文件。

3. 安装storm。下载包,修改配置文件。

4. 在照着连接的步骤启动storm的ui之后,然后使用浏览器访问的时候,发现报错了,后来发现是照着步骤执行的过程中,在启动nimbus的时候zookeeper没有启动的原因。

 

5. so,启动的过程如下:

bin/zkServer.sh start
bin/storm nimbus
bin/storm supervisor
bin/storm ui


本文说的比较乱,主要是说明按照链接中的步骤操作的时候遇到的问题,详细的安装步骤请参考链接中的内容。

相关文章:

  • 2021-06-16
  • 2021-06-21
  • 2021-05-30
  • 2021-05-17
  • 2022-12-23
  • 2022-01-21
猜你喜欢
  • 2021-11-13
  • 2022-12-23
  • 2021-12-26
  • 2021-04-17
  • 2021-04-03
  • 2021-07-20
相关资源
相似解决方案