You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by zhoujibo <zh...@163.com> on 2020/07/29 04:14:59 UTC

Flink提交任务时可以使用-djs参数,但没有看到相关介绍

 

提交任务时可以使用-dis 传递依赖的jar包,如下命令:

./bin/flink run -c com.test.TestData -p 2 -djs $(echo ./test/libs/*.jar | tr
' ' ',') ./test/test-data-1.0.jar 

 

但-djs这个参数官网上貌似没有相关介绍,参数有什么文档介绍吗