Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
0.9, 0.10.0
-
None
-
None
Description
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.
Attachments
Issue Links
- relates to
-
FLINK-2762 Job Runtime: -1 ms
- Closed