HDFS-11161. Incorporate Baidu BOS file system implementation#8343
Closed
yangdong2398 wants to merge 2 commits intoapache:trunkfrom
Closed
HDFS-11161. Incorporate Baidu BOS file system implementation#8343yangdong2398 wants to merge 2 commits intoapache:trunkfrom
yangdong2398 wants to merge 2 commits intoapache:trunkfrom
Conversation
|
💔 -1 overall
This message was automatically generated. |
Author
|
retest this please |
|
💔 -1 overall
This message was automatically generated. |
Author
|
retest this please |
|
💔 -1 overall
This message was automatically generated. |
Author
|
retest this please |
|
🎊 +1 overall
This message was automatically generated. |
Author
|
retest this please |
|
🎊 +1 overall
This message was automatically generated. |
Add hadoop-bos module to hadoop-cloud-storage-project providing Baidu Object Storage (BOS) FileSystem implementation using the bos:// URI scheme. The module includes: - BaiduBosFileSystem: core FileSystem implementation for BOS - Support for both flat and hierarchical namespace modes - Multipart upload for large files - CRC32C checksum compatible with HDFS for DistCp - Pluggable credential providers (configuration-based and env-variable-based) - Hadoop FileSystem contract tests - Shaded BOS SDK and transitive dependencies (jackson, httpcomponents, guava, commons-logging, commons-lang, commons-codec) under bfs.* prefix to avoid classpath conflicts - Integration into hadoop-project, hadoop-cloud-storage, and hadoop-cloud-storage-dist parent POMs - Standard core-site.xml + XInclude auth-keys.xml test credential pattern - tests-off/tests-on profiles to auto-skip tests when credentials absent Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b24760a to
830c558
Compare
Author
|
Closing in favor of fresh PR #8347 (based on latest trunk with clean commit history). |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
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.
Description of PR
JIRA: https://issues.apache.org/jira/browse/HDFS-11161
Add
hadoop-bosmodule tohadoop-cloud-storage-projectproviding Baidu Object Storage (BOS) FileSystem implementation using thebos://URI scheme.Key features:
BaiduBosFileSystem: core Hadoop FileSystem implementation for BOSbfs.*prefix to avoid classpath conflictsBuild integration:
hadoop-project/pom.xml(dependency management),hadoop-cloud-storage-project/pom.xml(module),hadoop-cloud-storage/pom.xml(umbrella dependency),hadoop-cloud-storage-dist/pom.xml(dist packaging)core-site.xml+ XIncludeauth-keys.xmltest credential patterntests-off/tests-onprofiles to auto-skip tests when credentials are absentHow was this patch tested?
TestConfigurationCredentialsProvidervalidates credential provider loading from Hadoop configurationTestBosContractCreate,TestBosContractDelete,TestBosContractRename,TestBosContractSeek, etc.) — require valid BOS credentials inauth-keys.xmlFor code changes
LICENSE,LICENSE-binary,NOTICE-binaryfiles?