- Mastering Apache Storm
- Ankit Jain
- 134字
- 2021-07-02 20:32:30
Walkthrough of the Storm UI
This section will show you how we can start the Storm UI daemon. However, before starting the Storm UI daemon, we assume that you have a running Storm cluster. The Storm cluster deployment steps are mentioned in the previous sections of this chapter. Now, go to the Storm home directory (cd $STORM_HOME) at the leader Nimbus machine and run the following command to start the Storm UI daemon:
$> cd $STORM_HOME $> bin/storm ui &
By default, the Storm UI starts on the 8080 port of the machine where it is started. Now, we will browse to the http://nimbus-node:8080 page to view the Storm UI, where Nimbus node is the IP address or hostname of the the Nimbus machine.
The following is a screenshot of the Storm home page:

推薦閱讀
- Git Version Control Cookbook
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 實(shí)戰(zhàn)低代碼
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- Java程序設(shè)計(jì)與實(shí)踐教程(第2版)
- Flux Architecture
- 精通MATLAB(第3版)
- Learning PHP 7
- JavaScript腳本特效編程給力起飛
- Hadoop大數(shù)據(jù)分析技術(shù)
- 軟件工程與UML案例解析(第三版)
- Android編程權(quán)威指南(第4版)
- Tableau Dashboard Cookbook
- Mastering Swift 4(Fourth Edition)
- TensorFlow程序設(shè)計(jì)