You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Sourabh Bajaj (JIRA)" <ji...@apache.org> on 2017/01/10 18:33:59 UTC

[jira] [Resolved] (BEAM-1087) Pickling error in save main session

     [ https://issues.apache.org/jira/browse/BEAM-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sourabh Bajaj resolved BEAM-1087.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Not applicable

> Pickling error in save main session
> -----------------------------------
>
>                 Key: BEAM-1087
>                 URL: https://issues.apache.org/jira/browse/BEAM-1087
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>            Reporter: Sourabh Bajaj
>            Assignee: Sourabh Bajaj
>            Priority: Minor
>             Fix For: Not applicable
>
>
> {code}
>   File "/usr/local/lib/python2.7/pickle.py", line 286, in save
>     f(self, obj) # Call unbound method with explicit self
>   File "/usr/local/lib/python2.7/site-packages/dill/dill.py", line 1231, in save_type
>     StockPickler.save_global(pickler, obj)
>   File "/usr/local/lib/python2.7/pickle.py", line 754, in save_global
>     (obj, module, name))
> pickle.PicklingError: Can't pickle <class 'apache_beam.internal.clients.dataflow.dataflow_v1b3_messages.TypeValueValuesEnum'>: it's not found as apache_beam.internal.clients.dataflow.dataflow_v1b3_messages.TypeValueValuesEnum
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)