-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Spark 2.4.3 #5990
Upgrade to Spark 2.4.3 #5990
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5990 +/- ##
================================================
- Coverage 86.927% 64.385% -22.542%
+ Complexity 32732 15800 -16932
================================================
Files 2014 1263 -751
Lines 151333 73286 -78047
Branches 16612 11785 -4827
================================================
- Hits 131549 47185 -84364
- Misses 13724 21227 +7503
+ Partials 6060 4874 -1186
|
Codecov Report
@@ Coverage Diff @@
## master #5990 +/- ##
===============================================
- Coverage 87.21% 13.381% -73.828%
+ Complexity 32711 6382 -26329
===============================================
Files 2011 2011
Lines 150912 150912
Branches 16131 16131
===============================================
- Hits 131610 20194 -111416
- Misses 13691 128454 +114763
+ Partials 5611 2264 -3347
|
Upgrading to Spark 2.4 causes build errors that are fixed by also upgrading to Gradle 5. (Without upgrading Gradle, the shadow JAR could not be built, and I couldn't find a fix that didn't involve a Gradle upgrade.) The remaining failures are all due to the docker build with Gradle 5, see #6007 for a standalone PR tracking this. |
Tests pass with #6007. |
This can be merged now that #6007 is in. All tests are passing and I've also tested running a Spark job on a cluster with this change. |
Fixes #5782