[
https://issues.apache.org/jira/browse/BEAM-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sourabh Bajaj updated BEAM-1087:
--------------------------------
Description:
<pre>
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</pre>
was:
```
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```
> 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
>
> <pre>
> 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</pre>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)