apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.73k stars 4.58k forks source link

resource.storage.type: NONE worker start error #16483

Closed heartneo closed 1 month ago

heartneo commented 1 month ago

Search before asking

What happened

version3.2.2 helm set conf common resource.storage.type: NONE worker start error

What you expected to happen

worker error No qualifying bean of type 'org.apache.dolphinscheduler.plugin.storage.api.StorageOperator' available: expected at least 1

How to reproduce

version3.2.2 helm set conf common resource.storage.type: NONE worker start error

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

Code of Conduct

SbloodyS commented 1 month ago

You can refer to https://github.com/apache/dolphinscheduler/blob/225e969d2dd47f46d53d29cd4246752f2b175a33/dolphinscheduler-common/src/main/resources/common.properties#L24-L27

heartneo commented 1 month ago

thanks