NCUZK commented on issue #15138:
URL: 
https://github.com/apache/dolphinscheduler/issues/15138#issuecomment-1801013142

   
   1. 版本:FROM apache/dolphinscheduler-worker:3.2.0
   2. 将flink安装在/opt/soft/flink/路径
   3. dockerfile如下
   `FROM xxxx as flink
   FROM apache/dolphinscheduler-alert-server:3.2.0
   
   ADD ./*.jar /opt/dolphinscheduler/libs/
   
   COPY --from=flink --chown=root:root /opt/flink /opt/soft/flink
   
   ENV PATH="/opt/soft/flink/bin:${PATH}"`
   4. 手动执行flink命令可以,但是UI界面上点击运行flink自定义任务会
   
   


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