Mrhs121 commented on issue #17488:
URL: 
https://github.com/apache/dolphinscheduler/issues/17488#issuecomment-3273092975

   > The plugin that minimizes running is `dolphinscheduler-storage-hdfs` and 
`dolphinscheduler-task-shell`. You can run it in a minimal way, and then 
install it one by one according to your actual needs.
   
   Through the above the stack can be found, **even in the minimizes of the 
running configuration, the worker also is unable to start**, because in the 
process of starting the worker need to initialize the 
`org.apache.hadoop.fs.FileSystem`, In the initialization 
`org.apache.hadoop.fs.FileSystem` process depend on the 
`org.apache.htrace.core.Tracer.Builder`,  And 
`org.apache.htrace.core.Tracer.Builder`  from `hbase-noop-htrace` jar.
   
   So it can be seen that because there is no hbase-noop-htrace` jar in the 
classpath for starting the worker, the above error is caused


-- 
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]

Reply via email to