[
https://issues.apache.org/jira/browse/HIVE-24749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiepengjie reassigned HIVE-24749:
---------------------------------
Component/s: HiveServer2
Affects Version/s: All Versions
Assignee: xiepengjie
Description:
If the System.exit() is executed in the user's UDF and using default
SecurityManager, it will cause the HS2 service process to exit, that's too bad.
It is safer to use NoExitSecurityManager which can intercepting System.exit().
> Disable user's UDF use SystemExit
> ---------------------------------
>
> Key: HIVE-24749
> URL: https://issues.apache.org/jira/browse/HIVE-24749
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Affects Versions: All Versions
> Reporter: xiepengjie
> Assignee: xiepengjie
> Priority: Major
>
> If the System.exit() is executed in the user's UDF and using default
> SecurityManager, it will cause the HS2 service process to exit, that's too
> bad.
> It is safer to use NoExitSecurityManager which can intercepting System.exit().
--
This message was sent by Atlassian Jira
(v8.3.4#803005)