[feat][COM][hadoop] add support for hadoop 3.3.5 with compatibility fixes#982
Open
v-kkhuang wants to merge 6 commits intodev-1.18.0-webankfrom
Open
[feat][COM][hadoop] add support for hadoop 3.3.5 with compatibility fixes#982v-kkhuang wants to merge 6 commits intodev-1.18.0-webankfrom
v-kkhuang wants to merge 6 commits intodev-1.18.0-webankfrom
Conversation
# Conflicts: # linkis-web/src/apps/linkis/module/globalHistoryManagement/index.vue
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 is the purpose of the change
Background/Problem:
The current Linkis version lacks full support for Hadoop 3.x, particularly Hadoop 3.3.5. This limits the adoption in environments running Hadoop 3 and causes compatibility issues with newer Hadoop distributions.
Purpose of Change:
To address this compatibility gap, this PR adds comprehensive support for Hadoop 3.3.5, including dependency upgrades, Jackson version adjustments, and multiple bug fixes to ensure all features work correctly with the new Hadoop version.
Value/Impact:
After the change, Linkis is fully compatible with Hadoop 3.3.5, enabling deployment in modern Hadoop environments while maintaining backward compatibility and fixing several known issues.
Related issues/PRs
Related issues: close #981
Related pr:none
Brief change log
Checklist