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

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

     [ https://issues.apache.org/jira/browse/FLINK-14113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

tison resolved FLINK-14113.
---------------------------
    Resolution: Fixed

master via f373628a0e68b79ff2437ea8c8114ed8d3114091

> 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: tison
>            Assignee: tison
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {{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)