[ https://issues.apache.org/jira/browse/FLINK-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14375261#comment-14375261 ]
ASF GitHub Bot commented on FLINK-1767: --------------------------------------- Github user ggevay commented on the pull request: https://github.com/apache/flink/pull/516#issuecomment-84743663 Yes, sorry for not providing a description. I changed the return type of StreamExecutionEnvironment.execute() from void to JobExecutionResult, and then added return statements to all the implementations. I also changed the return type of ClusterUtil.runOnMiniCluster, since that was called by the above functions. I tested the modification by printing the netRuntime field of the JobExecutionResult in one of the streaming examples. > StreamExecutionEnvironment's execute should return JobExecutionResult > --------------------------------------------------------------------- > > Key: FLINK-1767 > URL: https://issues.apache.org/jira/browse/FLINK-1767 > Project: Flink > Issue Type: Improvement > Components: Streaming > Reporter: Márton Balassi > Assignee: Gabor Gevay > > Although the streaming API does not make use of the accumulators it is still > a nice handle for the execution time and might wrap other features in the > future. -- This message was sent by Atlassian JIRA (v6.3.4#6332)