joshfischer1108 commented on a change in pull request #3320: Updating Heron UI 
docs
URL: https://github.com/apache/incubator-heron/pull/3320#discussion_r306379982
 
 

 ##########
 File path: website2/docs/guides-ui-guide.md
 ##########
 @@ -38,6 +38,18 @@ listed below. A complete set of features can be found in 
following sections.
 
 #### Topologies Page
 
+Heron UI is a user interface that uses the Heron Tracker to display detailed, 
colorful visual representations of topologies, including the logical and 
physical plan for each topology. 
+
+Start the Heron tracker using `heron-tracker &` which uses default 
heron_tracker.yaml configuration file. It's a centralized gateway for 
cluster-wide information about topologies, including which topologies are 
running, being launched, being killed, etc. It exposes Json Restful endpoint 
and relies on Zookeeper nodes.
+
+Launc the Heron UI by the command:
+
+```bash
+heron-ui &
+```
+
+By default Heron UI will be started at `http://localhost:8888`
 
 Review comment:
   I think by default the Heron UI is served at `localhost:8889` right?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to