You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/07 05:33:00 UTC

[jira] [Updated] (HIVE-21563) Improve Table#getEmptyTable performance by disable registerAllFunctionsOnce

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

ASF GitHub Bot updated HIVE-21563:
----------------------------------
    Labels: pull-request-available  (was: )

> Improve Table#getEmptyTable performance by disable registerAllFunctionsOnce
> ---------------------------------------------------------------------------
>
>                 Key: HIVE-21563
>                 URL: https://issues.apache.org/jira/browse/HIVE-21563
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Yuming Wang
>            Assignee: Yuming Wang
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-21563.001.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We do not need registerAllFunctionsOnce when {{Table#getEmptyTable}}. The stack trace:
> {noformat}
>   at org.apache.hadoop.hive.ql.exec.Registry.registerGenericUDF(Registry.java:177)
>   at org.apache.hadoop.hive.ql.exec.Registry.registerGenericUDF(Registry.java:170)
>   at org.apache.hadoop.hive.ql.exec.FunctionRegistry.<clinit>(FunctionRegistry.java:209)
>   at org.apache.hadoop.hive.ql.metadata.Hive.reloadFunctions(Hive.java:247)
>   at org.apache.hadoop.hive.ql.metadata.Hive.registerAllFunctionsOnce(Hive.java:231)
>   at org.apache.hadoop.hive.ql.metadata.Hive.<init>(Hive.java:388)
>   at org.apache.hadoop.hive.ql.metadata.Hive.create(Hive.java:332)
>   at org.apache.hadoop.hive.ql.metadata.Hive.getInternal(Hive.java:312)
>   at org.apache.hadoop.hive.ql.metadata.Hive.get(Hive.java:288)
>   at org.apache.hadoop.hive.ql.session.SessionState.setAuthorizerV2Config(SessionState.java:913)
>   at org.apache.hadoop.hive.ql.session.SessionState.setupAuth(SessionState.java:877)
>   at org.apache.hadoop.hive.ql.session.SessionState.getAuthenticator(SessionState.java:1479)
>   at org.apache.hadoop.hive.ql.session.SessionState.getUserFromAuthenticator(SessionState.java:1150)
>   at org.apache.hadoop.hive.ql.metadata.Table.getEmptyTable(Table.java:180)
> {noformat}



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