Mrhs121 commented on code in PR #17524:
URL:
https://github.com/apache/dolphinscheduler/pull/17524#discussion_r2362867397
##########
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:
Okay, makes sense. But there is one thing we should pay attention to:
https://github.com/apache/dolphinscheduler/issues/17480 This issue is plans to
separate the local storage implementation from hdfs storage 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]