GitHub user zhyyyq added a comment to the discussion: plz help encountered error java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver
here is my dockerfile to make my own image with jars FROM apache/dolphinscheduler-api:3.4.1 # drop default libs RUN rm -rf /opt/dolphinscheduler/libs/hive-*.jar # copy libs COPY ./libs/*.jar /opt/dolphinscheduler/libs/ # copy plugin_config COPY ./plugins_config /opt/dolphinscheduler/conf/ # install plugins RUN /opt/dolphinscheduler/bin/install-plugins.sh GitHub link: https://github.com/apache/dolphinscheduler/discussions/18237#discussioncomment-16851964 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
