DataLinkDC / dinky

Dinky is a real-time data development platform based on Apache Flink, enabling agile data development, deployment and operation.
http://www.dinky.org.cn
Apache License 2.0
3.08k stars 1.13k forks source link

Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.conf.Configuration #3600

Closed wuguaner closed 3 months ago

wuguaner commented 3 months ago

Search before asking

What happened

第一次点查询报错如下 1718694690314 再点一次查询,报错如下 1718694705467 依赖包都已经放进去了 image

What you expected to happen

How to reproduce

Anything else

Version

dev

Are you willing to submit PR?

Code of Conduct

aiwenmo commented 3 months ago

Please check if the startup script includes the dependency path.

wuguaner commented 3 months ago

docker方式部署的,路径都是对的,hadoop-common-3.3.2.jar 就是这个依赖包,去掉后就提示找不到包,放进去又提示无法初始化。 1718759216245

wuguaner commented 3 months ago

done