Fe obs native sdk spike#63400
Draft
CalvinKirs wants to merge 3 commits into
Draft
Conversation
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Add provider-owned typed filesystem properties and bind S3 runtime paths through S3FileSystemProperties, preparing for S3Properties removal from fe-core.
### Release note
None
### Check List (For Author)
- Test: Unit Test
- mvn -Dmaven.build.cache.enabled=false -f fe/pom.xml -pl fe-filesystem/fe-filesystem-s3 -am -DfailIfNoTests=false test
- mvn -Dmaven.build.cache.enabled=false -f fe/pom.xml -pl fe-filesystem/fe-filesystem-oss,fe-filesystem/fe-filesystem-cos,fe-filesystem/fe-filesystem-obs -am -DfailIfNoTests=false test
- mvn -Dmaven.build.cache.enabled=false -f fe/pom.xml -pl fe-filesystem/fe-filesystem-s3,fe-filesystem/fe-filesystem-oss,fe-filesystem/fe-filesystem-cos,fe-filesystem/fe-filesystem-obs -am -DfailIfNoTests=false test
- mvn -Dmaven.build.cache.enabled=false -f fe/pom.xml -pl fe-filesystem/fe-filesystem-s3 -am -DskipTests validate
- env MAVEN_OPTS=-Xmx5g MVN_OPT=-Dmaven.build.cache.enabled=false FE_MAVEN_THREADS=1 FE_MAVEN_RETRY_THREADS=1 CUSTOM_UI_DIST=/mnt/disk1/gq/idea/incubator-doris/ui/dist ./build.sh --fe
- Behavior changed: No
- Does this need documentation: No
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Normalize S3 endpoint-only configuration in filesystem properties and preserve AWS profile credentials in the default S3 credential provider chain.
### Release note
None
### Check List (For Author)
- Test: Unit Test
- mvn -f fe/pom.xml -pl fe-filesystem/fe-filesystem-s3 -am -Dmaven.build.cache.enabled=false validate
- mvn -f fe/pom.xml -pl fe-filesystem/fe-filesystem-s3 -am -Dmaven.build.cache.enabled=false -DfailIfNoTests=false test
- Behavior changed: Yes. S3 endpoint-only filesystem configuration now builds us-east-1 in properties, and DEFAULT credentials include AWS profile credentials before anonymous fallback.
- Does this need documentation: No
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary: Unify FE filesystem SPI capability and typed storage properties so S3-compatible providers can bind parameters consistently while COS, OBS, and OSS can use native SDK-backed file systems.
### Release note
None
### Check List (For Author)
- Test: Unit Test
- mvn -f fe/pom.xml -pl fe-filesystem/fe-filesystem-cos,fe-filesystem/fe-filesystem-obs -am -Dmaven.build.cache.enabled=false -DfailIfNoTests=false -Dtest=CosFileSystemPropertiesTest,ObsFileSystemPropertiesTest,CosObjStorageTest,ObsObjStorageTest test
- mvn -f fe/pom.xml -pl fe-filesystem/fe-filesystem-s3,fe-filesystem/fe-filesystem-cos,fe-filesystem/fe-filesystem-obs -am -Dmaven.build.cache.enabled=false -DskipTests package
- git diff --check
- Behavior changed: No
- Does this need documentation: No
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Member
Author
|
run buildall |
Contributor
TPC-H: Total hot run time: 31393 ms |
Contributor
TPC-DS: Total hot run time: 169617 ms |
Contributor
FE Regression Coverage ReportIncrement line coverage |
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 problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)