[ 
https://issues.apache.org/jira/browse/FLINK-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14738616#comment-14738616
 ] 

ASF GitHub Bot commented on FLINK-2632:
---------------------------------------

GitHub user mjsax opened a pull request:

    https://github.com/apache/flink/pull/1114

    [FLINK-2632] Web Client does not respect the class loader of submitted jobs

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mjsax/flink flink-2632-WebClient-ClassLoader

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1114.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1114
    
----
commit c3e7c80df94cf2bb8eb50f810863abc6a7385025
Author: mjsax <[email protected]>
Date:   2015-09-10T11:40:52Z

    [FLINK-2632] Web Client does not respect the class loader of submitted jobs

----


> Web Client does not respect the class loader of submitted jobs
> --------------------------------------------------------------
>
>                 Key: FLINK-2632
>                 URL: https://issues.apache.org/jira/browse/FLINK-2632
>             Project: Flink
>          Issue Type: Bug
>          Components: Web Client
>    Affects Versions: 0.10
>            Reporter: Maximilian Michels
>            Assignee: Matthias J. Sax
>            Priority: Critical
>             Fix For: 0.10
>
>
> The Web Client offers to submit a Flink jar first and then run it later. For 
> submitted Jars, the class loader is not stored, only the JobGraph. When 
> submitting the JobGraph for execution, the system class loader is used rather 
> than the appropriate class loader.
> Looks like this is a regression of FLINK-2218.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to