Matt101122
Contributor II

I may have figured this out!

I'm explicitly setting the number of slices instead of using the default.

days_rdd = sc.parallelize(days_to_process,len(days_to_process))

View solution in original post