Greg Hogan created FLINK-2762:
---------------------------------
Summary: Job Runtime: -1 ms
Key: FLINK-2762
URL:
https://issues.apache.org/jira/browse/FLINK-2762 Project: Flink
Issue Type: Bug
Components: other
Affects Versions: master
Reporter: Greg Hogan
Priority: Minor
At the conclusion of my job the following is written to the console.
{noformat}
09/24/2015 13:40:48 Job execution switched to status FINISHED.
Job Runtime: -1 ms
{noformat}
{{org.apache.flink.client.program.Client.runBlocking(PackagedProgram, int)}} calls {{JobExecutionResult.fromJobSubmissionResult(JobSubmissionResult)}} which creates a "dummy object for wrapping a JobSubmissionResult" with {{netRuntime}} set to -1 and {{accumulators}} set to {{null}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)