Mrhs121 commented on issue #17488: URL: https://github.com/apache/dolphinscheduler/issues/17488#issuecomment-3273195991
补充一点额外的信息,ds依赖的hadoop版本是3.2.4,3.2.4的Hadoop FileSystem 依赖的Tracer是org.apache.htrace.core.Tracer; https://github.com/apache/hadoop/blob/abe5358143720085498613d399be3bbf01e0f131/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java#L74C1-L74C38, 3.3.2 之后才改为org.apache.hadoop.tracing.Tracer的 https://github.com/apache/hadoop/blob/f91452b289aea1418f56d242c046b58d9f214a1d/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java#L86C8-L86C31 讲道理,Caused by: java.lang.NoClassDefFoundError: org/apache/htrace/core/Tracer$Builder 这个问题应该是必现的啊,cp中确实找不到Tracer的jar啊 -- 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]
