How do I provide java arguments while submitting job? Suppose I have some legacy component that is dependent on java argument configuration.
I suppose Flink reuses same jvm for all jobs, so in general I can start task manager with desired arguments, but then all my jobs can't have different system arguments.
any suggestions?