You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by xhumanoid <gi...@git.apache.org> on 2017/01/16 10:54:53 UTC

[GitHub] beam pull request #1779: [BEAM-1273] Error with FlinkPipelineOptions seriali...

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 <di...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #1779: [BEAM-1273] Error with FlinkPipelineOptions seriali...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/1779


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---