You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2019/06/12 07:35:00 UTC

[jira] [Updated] (HIVE-21828) Tez: Use a pre-parsed TezConfiguration from DagUtils

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

Gopal V updated HIVE-21828:
---------------------------
    Summary: Tez: Use a pre-parsed TezConfiguration from DagUtils  (was: Tez: Use a TezStaticConfiguration inherited from TezConfiguration)

> Tez: Use a pre-parsed TezConfiguration from DagUtils
> ----------------------------------------------------
>
>                 Key: HIVE-21828
>                 URL: https://issues.apache.org/jira/browse/HIVE-21828
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gopal V
>            Assignee: Gopal V
>            Priority: Major
>
> The HS2 tez-site.xml does not change dynamically - the XML parsed components of the config can be obtained statically and kept across sessions.
> This allows for the replacing of "new TezConfiguration()" with a HS2 local version instead.
> The configuration object however has to reference the right resource file (i.e location of tez-site.xml) without reparsing it for each query.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)