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

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

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

ASF GitHub Bot updated FLINK-15702:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>
> 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)