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 2022/05/15 07:44:36 UTC

[GitHub] [incubator-heron] thinker0 commented on pull request #3831: Added to show the number of instances in the topology list UI.

thinker0 commented on PR #3831:
URL: https://github.com/apache/incubator-heron/pull/3831#issuecomment-1126879486

   @nicknezis  Thanks
   
   There seems to be a case where the object temporarily does not exist at the time of update.
   So I added it to check whether the object exists.
   
   
   And I executed the component as below.
   # Tracker
   ```
   bazel build heron/tools/tracker/src/python:heron-tracker && bazel-bin/heron/tools/tracker/src/python/heron-tracker --config-file ~/.heron/conf/heron_tracker.yaml --verbose
   ```
   # HeronUI
   ```
   ln -sf ~/.heron/release.yaml /private/var/tmp/_bazel_thinker0/1db3221e319a1f6b3420bd0c6f4d8d08/execroot/org_apache_heron/bazel-out/darwin-fastbuild/bin/heron/tools/ui/src/release.yaml
   
   bazel build heron/tools/ui/src/python:heron-ui --verbose_failures && ./bazel-bin/heron/tools/ui/src/python/heron-ui --tracker-url http://localhost:8888
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org