-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix Spark 3.2.1 build failures and make it non-snapshot #4508
Conversation
Signed-off-by: Thomas Graves <tgraves@nvidia.com>
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm once the temp repo changes are removed.
build |
build |
premerged timed out for some reason, looking |
saw some pretty big pauses for now apparent reason. Just going to rekick and see what happens: [2022-01-12T20:07:30.312Z] ^[[36mDiscovery starting.^[[0m |
build |
build |
3.2.1 is released, I upmerged and am running the tests |
Spark has 3.2.1 up for vote, I was testing and found it wouldn't build. The issue here is that https://issues.apache.org/jira/browse/SPARK-37705 was merged in but our internal build didn't pick it up due to spark haven't already changed the version number to 3.2.2-snapshot.
This is WIP because it has temporary repository addition to build against the 3.2.1 rc1 version. Once it's officially released I will update this to remove that repository. Putting up to run through build and get any comments early.
fixes #4500