ethqunzhong opened a new pull request, #20365: URL: https://github.com/apache/pulsar/pull/20365
Fixes #16955 ### Motivation fix the problem about Failing to start standalone pulsar service with tiered storage due to class not found problem The reason is the lack of dependencies for the `org.apache.hadoop.hdfs.DistributedFileSystem` class. ### Modifications add DistributedFileSystem class dependency `hadoop-client` in pom.xml ### Verifying this change - [x] Make sure that the change passes the CI checks. This change is already covered by existing tests. ### Does this pull request potentially affect one of the following parts: *If the box was checked, please highlight the changes* - [x] Dependencies (add or upgrade a dependency) - [ ] The public API - [ ] The schema - [ ] The default values of configurations - [ ] The threading model - [ ] The binary protocol - [ ] The REST endpoints - [ ] The admin CLI options - [ ] The metrics - [ ] Anything that affects deployment ### Documentation - [ ] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> ### Matching PR in forked repository PR in forked repository: https://github.com/ethqunzhong/pulsar/pull/5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
