Closed aviks closed 7 years ago
Since this is a breaking change, we will need to bump package version. I was thinking about removing support for Julia 0.5 in a month or two, but we can do it sooner if it will help with changes (e.g. Task/Channel stuff).
I will need to support 0.5 for a while yet. So I'd hope we can do a new release, say 0.2.0
after #40 is merged. At which point, we can drop support for 0.5 from master, and move 0.5 support to a branch.
The workers load the Spark module, and do not need the JVM loaded on there. This PR changes the initialisation from default to user initiated. This improves the memory usage and start time on the workers.