[GitHub] flink pull request #3946: [FLINK-6446] Fix some small issues in the web UI

2017-05-22 Thread zentol
Github user zentol closed the pull request at:

https://github.com/apache/flink/pull/3946


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #3946: [FLINK-6446] Fix some small issues in the web UI

2017-05-22 Thread zentol
Github user zentol commented on a diff in the pull request:

https://github.com/apache/flink/pull/3946#discussion_r117775543
  
--- Diff: flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade 
---
@@ -28,10 +28,10 @@ split
 a(ui-sref=".subtasks({nodeid: nodeid})") Subtasks
 
   li(ui-sref-active='active')
-a(ui-sref=".taskmanagers({nodeid: nodeid})") TaskManagers
+a(ui-sref=".taskmanagers({nodeid: nodeid})") Subtasks by 
TaskManager
--- End diff --

OK. I'll merge the PR for both versions and create a follow-up JIRA.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #3946: [FLINK-6446] Fix some small issues in the web UI

2017-05-22 Thread greghogan
Github user greghogan commented on a diff in the pull request:

https://github.com/apache/flink/pull/3946#discussion_r117775128
  
--- Diff: flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade 
---
@@ -28,10 +28,10 @@ split
 a(ui-sref=".subtasks({nodeid: nodeid})") Subtasks
 
   li(ui-sref-active='active')
-a(ui-sref=".taskmanagers({nodeid: nodeid})") TaskManagers
+a(ui-sref=".taskmanagers({nodeid: nodeid})") Subtasks by 
TaskManager
--- End diff --

@zentol that would be a nice improvement for the next release. I think this 
PR is good to merge for 1.3 and master.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #3946: [FLINK-6446] Fix some small issues in the web UI

2017-05-22 Thread zentol
Github user zentol commented on a diff in the pull request:

https://github.com/apache/flink/pull/3946#discussion_r117760655
  
--- Diff: flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade 
---
@@ -28,10 +28,10 @@ split
 a(ui-sref=".subtasks({nodeid: nodeid})") Subtasks
 
   li(ui-sref-active='active')
-a(ui-sref=".taskmanagers({nodeid: nodeid})") TaskManagers
+a(ui-sref=".taskmanagers({nodeid: nodeid})") Subtasks by 
TaskManager
--- End diff --

How about merging the two tabs, and adding a checkbox to "aggregate by 
TaskManager"?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #3946: [FLINK-6446] Fix some small issues in the web UI

2017-05-21 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request:

https://github.com/apache/flink/pull/3946#discussion_r117632701
  
--- Diff: flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade 
---
@@ -28,10 +28,10 @@ split
 a(ui-sref=".subtasks({nodeid: nodeid})") Subtasks
 
   li(ui-sref-active='active')
-a(ui-sref=".taskmanagers({nodeid: nodeid})") TaskManagers
+a(ui-sref=".taskmanagers({nodeid: nodeid})") Subtasks by 
TaskManager
--- End diff --

@greghogan Hmmm, how should we call them? I have been asked a lot of times 
what the "TaskManagers" tab means. Especially, because when running one slot 
TaskManagers (which is super common), it is identical to the "Subtasks" view.

I am just looking for a name that solves that confusion.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #3946: [FLINK-6446] Fix some small issues in the web UI

2017-05-19 Thread greghogan
Github user greghogan commented on a diff in the pull request:

https://github.com/apache/flink/pull/3946#discussion_r117504104
  
--- Diff: flink-runtime-web/web-dashboard/app/partials/jobs/job.plan.jade 
---
@@ -28,10 +28,10 @@ split
 a(ui-sref=".subtasks({nodeid: nodeid})") Subtasks
 
   li(ui-sref-active='active')
-a(ui-sref=".taskmanagers({nodeid: nodeid})") TaskManagers
+a(ui-sref=".taskmanagers({nodeid: nodeid})") Subtasks by 
TaskManager
--- End diff --

The subtask statistics are aggregated by TaskManager so I'm not sure this 
is an improvement. @StephanEwen?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request #3946: [FLINK-6446] Fix some small issues in the web UI

2017-05-19 Thread zentol
GitHub user zentol opened a pull request:

https://github.com/apache/flink/pull/3946

[FLINK-6446] Fix some small issues in the web UI



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zentol/flink 6446_web_ui

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/3946.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3946


commit 52dc839a7ef4a41a5738637342347fbc2070800b
Author: zentol 
Date:   2017-05-19T10:03:45Z

[FLINK-6450][web] Rename "TaskManagers" tab to "Subtasks by Taskmanager"

commit 2587b45309384693c67e29b05b374f5dd047ab9a
Author: zentol 
Date:   2017-05-19T10:04:21Z

[FLINK-6451][web] Rename "Metrics" tab to "Task Metrics"

commit 601aca0a80271a2bbcb4c4900798401d80c0d40a
Author: zentol 
Date:   2017-05-19T10:05:10Z

[FLINK-6448][web] Rename "Free Memory" field to "JVM Heap Size"

commit b5d16f3af2e7f5079f921266e185ba6fc9792238
Author: zentol 
Date:   2017-05-19T10:10:07Z

Rebuild webUI




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---