You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by greghogan <gi...@git.apache.org> on 2016/02/01 19:48:51 UTC

[GitHub] flink pull request: [FLINK-3160] [web-dashboard] Aggregate operato...

Github user greghogan commented on the pull request:

    https://github.com/apache/flink/pull/1564#issuecomment-178124299
  
    Running WordCount on a single node running two taskmanagers, the first screenshot is the current UI (with 'Overview' renamed to 'Subtasks') and the second screenshot is the new tab for 'TaskManagers'.
    
    Hostname is appended with port in both tabs in order to disambiguate TaskManagers, although this deserves further consideration. It would be cleaner to use a per-host index for TaskManagers rather than the 5-digit port (ie., 127.0.0.1:0, 127.0.0.1:1, ...).
    
    Subtasks and TaskManagers are now sorted by host.
    
    ![Subtasks](https://cloud.githubusercontent.com/assets/569655/12725776/54f0fa14-c8e2-11e5-975e-c156ec1c6688.png)
    
    ![TaskManagers](https://cloud.githubusercontent.com/assets/569655/12725820/8b92e960-c8e2-11e5-9596-a96120e99834.png)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---