ruanwenjun commented on code in PR #17524:
URL:
https://github.com/apache/dolphinscheduler/pull/17524#discussion_r2362989918
##########
dolphinscheduler-worker/pom.xml:
##########
@@ -184,6 +184,11 @@
</dependency>
<!-- dolphinscheduler -->
+ <dependency>
+ <groupId>org.apache.hbase.thirdparty</groupId>
+ <artifactId>hbase-noop-htrace</artifactId>
+ </dependency>
+
Review Comment:
Yes, it's better to add the local storage plugin into release package, it
can help to start a standalone cluster without install the plugin.
--
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]