You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2016/02/05 00:52:39 UTC

[jira] [Updated] (HIVE-13006) LLAP: add finer-grained classloaders as an option to be able to block the usage of removed UDFs

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

Sergey Shelukhin updated HIVE-13006:
------------------------------------
    Description: Right now we add an epic global classloader for executors via a thread factory, so once added, UDFs cannot really be removed until restart. Changing the classloader for threadpool threads might not be possible, so we'd need to make executor threads (or the threadpool) custom.

> LLAP: add finer-grained classloaders as an option to be able to block the usage of removed UDFs
> -----------------------------------------------------------------------------------------------
>
>                 Key: HIVE-13006
>                 URL: https://issues.apache.org/jira/browse/HIVE-13006
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Sergey Shelukhin
>
> Right now we add an epic global classloader for executors via a thread factory, so once added, UDFs cannot really be removed until restart. Changing the classloader for threadpool threads might not be possible, so we'd need to make executor threads (or the threadpool) custom.



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