chengshiwen commented on issue #5003: URL: https://github.com/apache/incubator-dolphinscheduler/issues/5003#issuecomment-793311660
@HeChuanXUPT If you want to keep the command `flink run -m 172.16.7.59:30081 -c com.data.finkttest.DdlJob test1/TestJob-1.0-SNAPSHOT-jar-with-dependencies.jar -config sql.config`, it's better to place the `sql.config` in Resources. And then, you need to choose the resource `sql.config` in flink task panel and DolphinScheduler will download the resource `sql.config` into flink execution directory, so `sql.config` can be read. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
