Mrhs121 commented on issue #17488: URL: https://github.com/apache/dolphinscheduler/issues/17488#issuecomment-3273510197
> I've successfully reproduce this issue. You can try execute this shell script `cd worker-server/libs && ln -s ../../libs/hbase-noop-htrace-4.1.1.jar hbase-noop-htrace-4.1.1.jar` then worker can be successfully started. I'll fix it ASAP. Thanks for your issue. [@Mrhs121](https://github.com/Mrhs121) Yes, my current workaround solution is to copy hbase-noop-htrace-4.1.1.jar to worker-server/libs. My suggestion is to add the dependence in the worker-server's pom. (This dependency exists in the pom of the master server) ``` <dependency> <groupId>org.apache.hbase.thirdparty</groupId> <artifactId>hbase-noop-htrace</artifactId> </dependency> ``` By the way, I think the impact range of DSIP-38 might be a bit wide. It's not ruled out that there might be other issues that haven't been exposed yet. This issue can be closed now. Thank you very much. -- 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]
