Mrhs121 commented on issue #17488:
URL:
https://github.com/apache/dolphinscheduler/issues/17488#issuecomment-3273017543
The full stack is as follows, which can be seen the reference
`org.apache.htrace.core.Tracer.Builder` comes from the call chain of
`FileSystem.get(configuration)` in `HdfsStorageOperator`
```
Caused by: java.lang.NoClassDefFoundError:
org/apache/htrace/core/Tracer$Builder
at org.apache.hadoop.fs.FsTracer.get(FsTracer.java:42)
at
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3370)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:125)
at
org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3424)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:3392)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:485)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:233)
at
org.apache.dolphinscheduler.plugin.storage.hdfs.HdfsStorageOperator.init(HdfsStorageOperator.java:135)
at
org.apache.dolphinscheduler.plugin.storage.hdfs.HdfsStorageOperator.<init>(HdfsStorageOperator.java:75)
at
org.apache.dolphinscheduler.plugin.storage.hdfs.LocalStorageOperator.<init>(LocalStorageOperator.java:26)
at
org.apache.dolphinscheduler.plugin.storage.hdfs.LocalStorageOperatorFactory.createStorageOperate(LocalStorageOperatorFactory.java:36)
at
org.apache.dolphinscheduler.plugin.storage.api.StorageConfiguration.lambda$storageOperate$0(StorageConfiguration.java:43)
at java.util.Optional.map(Optional.java:215)
at
org.apache.dolphinscheduler.plugin.storage.api.StorageConfiguration.storageOperate(StorageConfiguration.java:38)
at
org.apache.dolphinscheduler.plugin.storage.api.StorageConfiguration$$EnhancerBySpringCGLIB$$ae6b1c9f.CGLIB$storageOperate$0(<generated>)
at
org.apache.dolphinscheduler.plugin.storage.api.StorageConfiguration$$EnhancerBySpringCGLIB$$ae6b1c9f$$FastClassBySpringCGLIB$$85175d46.invoke(<generated>)
at
org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
at
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
at
org.apache.dolphinscheduler.plugin.storage.api.StorageConfiguration$$EnhancerBySpringCGLIB$$ae6b1c9f.storageOperate(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 62 common frames omitted
```
--
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]