You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "TisonKun (Jira)" <ji...@apache.org> on 2019/09/18 01:09:00 UTC

[jira] [Created] (FLINK-14113) Remove class JobWithJars

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)