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

[jira] [Created] (FLINK-15702) Make sqlClient classloader aligned with other components

liupengcheng created FLINK-15702:
------------------------------------

             Summary: Make sqlClient classloader aligned with other components
                 Key: FLINK-15702
                 URL: https://issues.apache.org/jira/browse/FLINK-15702
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / Client
    Affects Versions: 1.10.0
            Reporter: liupengcheng


Currently, Flink sqlClient still use hardcoded `parentFirst` classloader to load user specified jars and libraries, this is easily causing classes conflicts. In [FLINK-13749|https://issues.apache.org/jira/browse/FLINK-13749] , we already make the classloader consistent in both client and remote components.

So I think we should do the same for sqlClient.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)