You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2019/07/23 15:18:19 UTC

[GitHub] [incubator-heron] joshfischer1108 commented on a change in pull request #3320: Updating Heron UI docs

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:
users@infra.apache.org


With regards,
Apache Git Services