I understand that when I run a flink job from command line it forks a jvm
and runs the main method and the flink related code run in the task
manager. So when I say "flink run " the main does not run on JobManager
hence it does not take env.java.options set in the flink-conf.yaml as this
applies to the job manager and task manager. Now how can I pass jvm options
like -Dconfig.resource=qa.conf from command line ?

Thanks,
Vishwas

Reply via email to