You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/08/02 20:43:05 UTC

[jira] [Resolved] (FLINK-2463) Chow execution config in dashboard

     [ https://issues.apache.org/jira/browse/FLINK-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Ewen resolved FLINK-2463.
---------------------------------
    Resolution: Fixed

Fixed via b3dc3f050c125978f4fb14ccef230938e60a9198

Thank you for the patch!

> Chow execution config in dashboard
> ----------------------------------
>
>                 Key: FLINK-2463
>                 URL: https://issues.apache.org/jira/browse/FLINK-2463
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Webfrontend
>    Affects Versions: 0.10
>            Reporter: Stephan Ewen
>            Priority: Minor
>             Fix For: 0.10
>
>
> I wanted to change the configuration display, as in #927, but it wasn't implemented in the new UI. So I decided to create this PR to take care of it.
> Added handler for new endpoint {{/jobs/:jobid/config}}
> The endpoint is hit when selecting a job in the UI
> Example of response:
> {code}
> {
>     "execution-config": {
>         "execution-mode": "PIPELINED",
>         "job-parallelism": -1,
>         "max-execution-retries": -1,
>         "object-reuse-mode": false,
>         "user-config": {
>             "example": true
>         }
>     },
>     "jid": "dedc15369efa94eb1e3ad6482f1344b6",
>     "name": "WordCount Example"
> }
> {code}
> The info is stored in the existing $rootScope.job object
> Added new tab in job display to show the config



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)