- 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:

推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- ASP.NET MVC4框架揭秘
- PHP程序設計(慕課版)
- Learning RxJava
- 數據結構習題精解(C語言實現+微課視頻)
- Hands-On C++ Game Animation Programming
- Learning Firefox OS Application Development
- Mastering Google App Engine
- GeoServer Beginner's Guide(Second Edition)
- Apache Mahout Clustering Designs
- C語言課程設計
- 數據結構與算法分析(C++語言版)
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- NetBeans IDE 8 Cookbook
- ArcGIS for Desktop Cookbook