You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Maximilian Michels (JIRA)" <ji...@apache.org> on 2015/10/01 11:54:29 UTC

[jira] [Commented] (FLINK-2762) Job Runtime: -1 ms

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

Maximilian Michels commented on FLINK-2762:
-------------------------------------------

I'm reverting this back to the old behavior which is to print nothing in case of an interactively invoked JAR with no {{Program}} interface. In another JIRA, I'd like to find a way to pass the {{JobExecutionResult}} from the {{ContextEnvironment}} back to the {{Client}} so that the we can print the run time and other results.

> 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
>            Assignee: Maximilian Michels
>            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)