Skip to content

Commit bebece7

Browse files
committed
fix worker server start failed when using hdfs storage type
1 parent bfb9f17 commit bebece7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dolphinscheduler-worker/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@
228228
<artifactId>zt-zip</artifactId>
229229
</dependency>
230230

231+
<dependency>
232+
<groupId>org.apache.hbase.thirdparty</groupId>
233+
<artifactId>hbase-noop-htrace</artifactId>
234+
</dependency>
235+
231236
</dependencies>
232237

233238
<build>

0 commit comments

Comments
 (0)