PySpark Broadcast of User Defined Class No Work?

2016-01-18 Thread efwalkermit
ers/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-user-list.1001560.n3.nabble.com/PyS

Re: PySpark Broadcast of User Defined Class No Work?

2016-01-18 Thread Maciej Szymkiewicz
turn 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-Work-tp26000.html > Sent from the A