gregbaker / spark-celery

Helper to allow Python Celery tasks to do work in a Spark job.
Apache License 2.0
27 stars 6 forks source link

added () to the raise in task.py for python3 compat #3

Closed davvdg closed 6 years ago

davvdg commented 7 years ago

Hi ! I've made a small modification to use spark celery with python 3. Not tested back in python 2.7 though...

Thanks for the good work !