e7868a commented on issue #17143:
URL: 
https://github.com/apache/dolphinscheduler/issues/17143#issuecomment-2815118751

   I discovered this issue due to the incorrect mounting path configuration for 
`common.properties` in the Helm chart.
   In previous versions, common.properties was mounted at 
`/opt/dolphinscheduler/conf/common.properties`.
   However, in version 3.3.0, it needs to be mounted in each module's own conf 
directory, for example:
   ```
   /opt/dolphinscheduler/master-server/conf/common.properties
   /opt/dolphinscheduler/worker-server/conf/common.properties
   /opt/dolphinscheduler/api-server/conf/common.properties
   /opt/dolphinscheduler/alert-server/conf/common.properties
   ```
   Additionally, since the Helm deployment uses S3 storage by default, we also 
need to add `dolphinscheduler-storage-s3-3.3.0-alpha.jar` to the class path.
   
   According to the current version's image implementation, we need to:
   
   1. Create the `/opt/dolphinscheduler/plugins/storage-plugins` directory
   2. Either copy the 
`/opt/dolphinscheduler/libs/dolphinscheduler-storage-s3-3.3.0-alpha.jar` into 
this directory,
   or create a symbolic link to it.


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