[
https://issues.apache.org/jira/browse/FLINK-14113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16932491#comment-16932491
]
TisonKun commented on FLINK-14113:
----------------------------------
Thanks for your insights! I will create a pull request tomorrow.
> 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
> Priority: Major
> 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)