You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
SparkPlatform submits blocking spark 'actions' in serial, but it should make (careful) use of a FuturePool instead, though we may run into spark thread-safety issues there. I actually had this implemented but didn't want to spend the time finding out whether spark is threadsafe in this way until I had something that worked in local mode first.
The text was updated successfully, but these errors were encountered:
SparkPlatform submits blocking spark 'actions' in serial, but it should make (careful) use of a FuturePool instead, though we may run into spark thread-safety issues there. I actually had this implemented but didn't want to spend the time finding out whether spark is threadsafe in this way until I had something that worked in local mode first.
The text was updated successfully, but these errors were encountered: