[ 
https://issues.apache.org/jira/browse/FLINK-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907882#comment-14907882
 ] 

Chesnay Schepler commented on FLINK-2762:
-----------------------------------------

easy way to reproduce:

./bin/flink run examples/WordCount.jar

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

Reply via email to