Re: PySpark Broadcast of User Defined Class No Work?

2016-01-18 Thread Maciej Szymkiewicz
oad > return pickle.load(f) > AttributeError: 'module' object has no attribute 'SimpleClass' > [snip] > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/PySpark-Broadcast-of-User-Defined-Class-No-Wor

PySpark Broadcast of User Defined Class No Work?

2016-01-18 Thread efwalkermit
File "/Users/ed/.spark/spark-1.5.2-bin-hadoop2.6/python/lib/pyspark.zip/pyspark/broadcast.py", line 88, in load return pickle.load(f) AttributeError: 'module' object has no attribute 'SimpleClass' [snip] -- View this message in context: http://apache-spark-