[#2039] fix(docker): Make docker build script work for Hadoop3.2#2040
Open
EnricoMi wants to merge 1 commit intoapache:masterfrom
Open
[#2039] fix(docker): Make docker build script work for Hadoop3.2#2040EnricoMi wants to merge 1 commit intoapache:masterfrom
EnricoMi wants to merge 1 commit intoapache:masterfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2040 +/- ##
============================================
+ Coverage 52.77% 53.22% +0.45%
- Complexity 2498 3008 +510
============================================
Files 398 455 +57
Lines 18135 24276 +6141
Branches 1660 2280 +620
============================================
+ Hits 9570 12921 +3351
- Misses 7981 10511 +2530
- Partials 584 844 +260 ☔ View full report in Codecov by Sentry. |
Contributor
|
@EnricoMi, Thank you for reporting this. We've encountered the same problem. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
--hadoop-versionnetty-4.1.68.Finalto downgrade netty versionWhy are the changes needed?
Currently, building with option
--hadoop-version 3.2.4does not work, asHADOOP_SHORT_VERSIONis not updated when--hadoop-versionis set. Further, even if built with Hadoop 3.2.4, using Netty and Epoll currently fails withReason is the Hadoop binaries contain a different
netty-alljar then the RSS shuffle server.This can be fixed by
Fix: #2039
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manually running:
And testing coordinator and shuffle server manages to start in each of the images.
Note you have to run this before each
./build.sh:Use this
conf/server.conf: