GitHub user xhumanoid opened a pull request:
https://github.com/apache/beam/pull/1779
[BEAM-1273] Error with FlinkPipelineOptions serialization after
setStateBackend
Because value of StateBackend required only on stage setup stream
environment we don't need serialize his.
Other problem: implementations of AbstractStateBackend can't be
serialize-deserialize because can't pass Serializer.ensureSerializable. On
deserialization step of validation we try read serialized value like type
defined in interface.
ProxyInvocationHandler.java:706
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xhumanoid/incubator-beam
BEAM-1273-FlinkPipelineOptions-serialization-problem
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/1779.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 #1779
----
commit 360f58d8bf00d35c57abea902d86f5a48e965ac2
Author: Alexey Diomin <[email protected]>
Date: 2017-01-16T10:46:08Z
[BEAM-1273] Error with FlinkPipelineOptions serialization after
setStateBackend
----
---
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.
---