[#1364] feat(client): introduce option to control whether to use local hadoop conf for remote storage by default - #1370
Merged
Conversation
…e local hadoop conf for remote storage by default
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1370 +/- ##
============================================
+ Coverage 53.22% 54.11% +0.88%
+ Complexity 2717 2714 -3
============================================
Files 418 398 -20
Lines 23934 21576 -2358
Branches 2043 2043
============================================
- Hits 12740 11676 -1064
+ Misses 10409 9187 -1222
+ Partials 785 713 -72 ☔ View full report in Codecov by Sentry. |
roryqi
reviewed
Dec 13, 2023
roryqi
approved these changes
Dec 18, 2023
zuston
added a commit
to zuston/incubator-uniffle
that referenced
this pull request
Jan 18, 2024
…e local hadoop conf (apache#1370) ### What changes were proposed in this pull request? Introduce the config to control whether to use local hadoop conf for remote storage by default ### Why are the changes needed? I want to deploy one uniffle cluster to serve for spark jobs in multiple hadoop clusters. So I hope the remote storage config could be loaded from the default hdfs-site.xml in the classpath. ### Does this PR introduce _any_ user-facing change? Yes. ### How was this patch tested? Internal tests.
zuston
added a commit
that referenced
this pull request
Mar 18, 2024
### What changes were proposed in this pull request? Provide the uniffle server deploy guide for those machines without hadoop env. ### Why are the changes needed? Leveraging from the #1379 and #1370 , we could setup uniffle shuffle-server without hadoop env. This will simplify the quick start process. Fix: #1576 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests
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?
Introduce the config to control whether to use local hadoop conf for remote storage by default
Why are the changes needed?
I want to deploy one uniffle cluster to serve for spark jobs in multiple hadoop clusters. So I hope the remote storage config could be loaded from the default hdfs-site.xml in the classpath.
Does this PR introduce any user-facing change?
Yes.
How was this patch tested?
Internal tests.