-
Notifications
You must be signed in to change notification settings - Fork 982
[DEPS] Bump Hadoop 3.3.1 #757
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
Conversation
|
only for miniyarn |
Codecov Report
@@ Coverage Diff @@
## master #757 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 122 122
Lines 4749 4749
Branches 576 576
======================================
Misses 4749 4749 Continue to review full report at Codecov.
|
|
I didn't see benefits of Hadoop 3.3.1 :( |
|
Spark just |
|
cc @zhouyifan279, would you please check if this upgrade breaks the Hive/Kerberos related functions? |
Codecov Report
@@ Coverage Diff @@
## master #757 +/- ##
=========================================
Coverage 73.10% 73.10%
Complexity 41 41
=========================================
Files 175 175
Lines 6848 6848
Branches 835 835
=========================================
Hits 5006 5006
Misses 1441 1441
Partials 401 401 Continue to review full report at Codecov.
|
|
thanks, merged to master |
Why are the changes needed?
Spark 3.2.0 is out, which bundles Hadoop 3.3.1 shaded client in default. apache/spark#30135
The test failed when using Hadoop 3.3.1 client connects to Yarn Mini Cluster 3.2.2
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request