SbloodyS commented on issue #7039:
URL: 
https://github.com/apache/dolphinscheduler/issues/7039#issuecomment-982405153


   I reinstall ds 2.0.0-release from 
https://www.apache.org/dyn/closer.lua/dolphinscheduler/2.0.0/apache-dolphinscheduler-2.0.0-bin.tar.gz.It
 can be reproduce every time.
   
   ```
   [ERROR] 2021-11-30 16:34:34.938 
org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread:[210] - task 
scheduler failure
   java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration
           at 
org.apache.dolphinscheduler.plugin.task.util.CommonUtils.loadKerberosConf(CommonUtils.java:84)
           at 
org.apache.dolphinscheduler.plugin.task.datasource.hive.HiveDatasourceProcessor.getConnection(HiveDatasourceProcessor.java:129)
           at 
org.apache.dolphinscheduler.plugin.task.datasource.DatasourceUtil.getConnection(DatasourceUtil.java:59)
           at 
org.apache.dolphinscheduler.plugin.task.sql.SqlTask.executeFuncAndSql(SqlTask.java:184)
           at 
org.apache.dolphinscheduler.plugin.task.sql.SqlTask.handle(SqlTask.java:155)
           at 
org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread.run(TaskExecuteThread.java:192)
           at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.run(FutureTask.java:266)
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:748)
   Caused by: java.lang.ClassNotFoundException: 
org.apache.hadoop.conf.Configuration
           at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
           at 
org.apache.dolphinscheduler.spi.plugin.DolphinPluginClassLoader.loadClass(DolphinPluginClassLoader.java:81)
           at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
           ... 11 common frames omitted
   ```
   
   There is no corresponding jar in lib/plugin/task/sql/
   
   ![](https://files.catbox.moe/xxl4p7.png)


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