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
In many practical applications of using joblibspark I find I already have a SparkSession available and it doesn't make sense to me to close that and create a new one within the parallel backend. Perhaps the user could supply a spark session optionally? Created a PR at #41
The text was updated successfully, but these errors were encountered:
In many practical applications of using joblibspark I find I already have a
SparkSession
available and it doesn't make sense to me to close that and create a new one within the parallel backend. Perhaps the user could supply a spark session optionally? Created a PR at #41The text was updated successfully, but these errors were encountered: