[
https://issues.apache.org/jira/browse/HIVE-17343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Shelukhin updated HIVE-17343:
------------------------------------
Description:
The intent is to initialize things once in HS2 ctor/init, and then be able to
access them from queries, etc. without using globals or threadlocals.
Things like future workload management work, LLAP coordinator, materialized
view registry, etc. could be accessed this way.
was:The intent is to initialize things once in HS2 ctor/init, and then be
able to access them from queries, etc. without using globals or threadlocals.
> create a mechanism to get rid of some globals in HS2
> ----------------------------------------------------
>
> Key: HIVE-17343
> URL: https://issues.apache.org/jira/browse/HIVE-17343
> Project: Hive
> Issue Type: Bug
> Reporter: Sergey Shelukhin
> Attachments: HIVE-17343.patch
>
>
> The intent is to initialize things once in HS2 ctor/init, and then be able to
> access them from queries, etc. without using globals or threadlocals.
> Things like future workload management work, LLAP coordinator, materialized
> view registry, etc. could be accessed this way.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)