GitHub user zentol opened a pull request:
https://github.com/apache/incubator-flink/pull/202
[FLINK-337] [FLINK-671] Generic Interface / PAPI
This PR contains the new Generic Language Interface and the Python API
built on top of it.
This version hasn't been tested yet on a cluster, this will be done over
the weekend. I'm making the PR already so that the reviewing portion starts
earlier. (since only minor changes will be necessary to make it work)
I will mark several parts where i specifically would like some input on.
Relevant issues:
Ideally, [FLINK-1040] will be merged before this is one, as it removes
roughly 600 lines of very much hated code in the PlanBinder.
A while ago the distributed cache was acting up, not maintaining files
across subsequent operations. I will verify whether this issue still exists
while testing. That would not strictly be a blocking issue, as it stands i
could work around that (with the caveat that a few files will remain in the tmp
folder).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/incubator-flink papipr
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/202.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 #202
----
commit 1db16983e2fa784c7fd3ab3e29e32edcf271de7b
Author: zentol <[email protected]>
Date: 2014-11-14T12:37:24Z
[FLINK-337] Generic Language Interface
commit f5b10f4fe5c0d78c89ff177808aec3a0d0487489
Author: zentol <[email protected]>
Date: 2014-11-14T12:39:00Z
[FLINK-671] Python 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.
---