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 2016/12/05 19:27:58 UTC

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

Sourabh Bajaj created BEAM-1087:
-----------------------------------

             Summary: 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


```
  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```



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