lujiwen opened a new issue, #16955: URL: https://github.com/apache/pulsar/issues/16955
**Describe the bug** Failed to start standalone pulsar service with tiered storage due to class not found problem : ERROR org.apache.pulsar.broker.PulsarService - Failed to start Pulsar service: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.hadoop.hdfs.DistributedFileSystem not found **To Reproduce** Steps to reproduce the behavior: 1. config hdfs tiered storage by following the steps described in https://pulsar.apache.org/docs/cookbooks-tiered-storage/, and ensure that offloader nar files in the offloader directory 2 log shows that 2 offloader nar files are loaded as :  3. start standalone pulsar service: ./bin/pulsar standalone 4. an exception is thrown **Expected behavior** service starts and runs normally at least **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: linux **Additional context** Add any other context about the problem here. -- 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]
