Stephan Ewen created FLINK-2463:
-----------------------------------

             Summary: 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)

Reply via email to