GitHub user lofifnc opened 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

----


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

Reply via email to