Add Spark 3.2.2, 3.3.0, and 3.3.1 #614
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is my first contribution to this repository, so please advise on any style or process mistakes.
An existing PR is open for 3.3.0 but is stalled: #605
The
./gradlew clean runcompletes successfully on my machine with this PR's changes, but I had to use the commanddocker run -d -p 27017:27017 --name=mongo arm64v8/mongo:4.0.28to setup Mongo on my machine, which differs from the example on the README because I am on Apple silicon and Docker Hub doesn't have a mongo3.2forarm64.I did not test if the
sdk install spark 3.3.1will succeed with this PR's changes, because I am not sure how to hook up my local SDKMAN with the mongoDB container...So, tl;dr, I followed the patterns I see in Git closely. Happy to change, test, or add anything you advise.
Thanks!
PS: I got the new Spark version URLs from here: https://archive.apache.org/dist/spark/
You may notice that the end of the URL switched from
3.2.tgzto3.tgzat Spark3.3.X. It looks comparably harmless to the change from2.7.tgzto3.2.tgzthat occurred several commits ago in this repo.