You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ji Liu (JIRA)" <ji...@apache.org> on 2019/05/27 08:36:01 UTC

[jira] [Created] (FLINK-12631) Check if proper JAR file in JobWithJars

Ji Liu created FLINK-12631:
------------------------------

             Summary: Check if proper JAR file in JobWithJars
                 Key: FLINK-12631
                 URL: https://issues.apache.org/jira/browse/FLINK-12631
             Project: Flink
          Issue Type: Improvement
            Reporter: Ji Liu
            Assignee: Ji Liu


Currently, _checkJarFile_ checks if the file exists and canRead. Jar file is checked much later than necessary.

As an intermediate solution we can check if proper jar file right in this method to early detect illegal problems.

  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)