GitHub user lofifnc reopened a pull request:
https://github.com/apache/flink/pull/1061
Getter for wrapped StreamExecutionEnvironment by scala api
Currently it is not possible to pass an ExecutionEnvironment defined with
the scala api to a method written in java that works with the
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.
Added a getter to the scala api StreamExecutionEnvironment for java scala
interoperability.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lofifnc/flink master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1061.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1061
----
commit dda4ad1784e5600800e7d0f9a05383bba988dddd
Author: Alexander Kolb <[email protected]>
Date: 2015-08-26T15:02:46Z
added getter for wrapped StreamExecutionEnvironment by scala api
commit c3532186d44f6a7f3c2086faf8ae5f47b82e354d
Author: Alexander Kolb <[email protected]>
Date: 2015-09-02T11:24:42Z
Merge branch 'master' of https://github.com/apache/flink
commit 9ad598e45708cf36c1356e176545f21109724c90
Author: Alexander Kolb <[email protected]>
Date: 2015-09-09T07:38:50Z
Merge https://github.com/apache/flink
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---