liyin37 commented on issue #17681:
URL: 
https://github.com/apache/dolphinscheduler/issues/17681#issuecomment-3544928796

   I have resovled
   the  api and worker need to rebuild images like:
   ```
   FROM apache/dolphinscheduler-api:3.3.2
   COPY *.jar  /opt/dolphinscheduler/libs/
   RUN ln -s /opt/dolphinscheduler/libs/mysql-connector-java-8.0.30.jar 
/opt/dolphinscheduler/api-server/libs/mysql-connector-java-8.0.30.jar && \
       ln -s 
/opt/dolphinscheduler/libs/dolphinscheduler-datasource-mysql-3.3.2.jar 
/opt/dolphinscheduler/api-server/libs/dolphinscheduler-datasource-mysql-3.3.2.jar
 && \
       ln -s 
/opt/dolphinscheduler/libs/dolphinscheduler-datasource-postgresql-3.3.2.jar 
/opt/dolphinscheduler/api-server/libs/dolphinscheduler-datasource-postgresql-3.3.2.jar
 && \
       ln -s /opt/dolphinscheduler/libs/dolphinscheduler-storage-s3-3.3.2.jar 
/opt/dolphinscheduler/api-server/libs/dolphinscheduler-storage-s3-3.3.2.jar
   ```
   


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