TisonKun created FLINK-14113: -------------------------------- Summary: Remove class JobWithJars Key: FLINK-14113 URL: https://issues.apache.org/jira/browse/FLINK-14113 Project: Flink Issue Type: Sub-task Components: Client / Job Submission Reporter: TisonKun Fix For: 1.10.0
{{JobWithJars}} is a batch-only concept, acts as a POJO consists of {{Plan}} and {{URL}}s of libs. We can 1. inline the usage of {{Plan}} and {{URL}}s as we do in streaming case. 2. extract static methods into a utility class said {{ClientUtils}}. The main purpose here is towards no batch specific concept that doesn't bring too much good. -- This message was sent by Atlassian Jira (v8.3.4#803005)