GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/931
[FLINK-1927][py] Operator distribution rework
Python operators are no longer serialized and shipped across the
cluster. Instead the plan file is executed on each node, followed by
usage of the respective operator object.
removed dill library
also fixed [FLINK-2173] by always passing file paths explicitly to python
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink python_operator4
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/931.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 #931
----
commit 40fd3501cacb7b382c7265f0370d0f94887b7e85
Author: zentol <[email protected]>
Date: 2015-07-21T19:22:19Z
[FLINK-1927][py] Operator distribution rework
Python operators are no longer serialized and shipped across the
cluster. Instead the plan file is executed on each node, followed by
usage of the respective operator object.
removed dill library
[FLINK-2173] filepaths are always explicitly passed to python
----
---
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.
---