You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2015/11/16 14:44:13 UTC

[jira] [Updated] (FLINK-2795) Print JobExecutionResult for interactively invoked jobs

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

Fabian Hueske updated FLINK-2795:
---------------------------------
    Fix Version/s:     (was: 0.10.0)
                   1.0.0

> Print JobExecutionResult for interactively invoked jobs
> -------------------------------------------------------
>
>                 Key: FLINK-2795
>                 URL: https://issues.apache.org/jira/browse/FLINK-2795
>             Project: Flink
>          Issue Type: Improvement
>          Components: Command-line client
>    Affects Versions: 0.9, 0.10.0
>            Reporter: Maximilian Michels
>             Fix For: 1.0.0
>
>
> {{JobExecutionResult}} s are currently not available if the Flink job is submitted interactively via the command-line client. The reason for that is that the execution goes through the {{ContextEnvironment}} which itself holds a reference to the {{Client}} which it uses to submit the job.
> We need to pass the JobExecutionResult back to the Client like we do it for the JobID.



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