-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71156/
-----------------------------------------------------------
Review request for hive, Laszlo Bodor, Gopal V, and Jesús Camacho Rodríguez.
Bugs: HIVE-21828
https://issues.apache.org/jira/browse/HIVE-21828
Repository: hive-git
Description
-------
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.
Diffs
-----
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 440d761f03d
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java 3278dfea061
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezConfigurationFactory.java
PRE-CREATION
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezTask.java dd7ccd4764d
ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFRegExp.java
3bf3cfd3d9e
ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezTask.java befeb4f2dd4
ql/src/test/org/apache/hive/testutils/HiveTestEnvSetup.java f872da02a3c
ql/src/test/queries/clientpositive/mm_loaddata.q 7e5787f2a65
Diff: https://reviews.apache.org/r/71156/diff/1/
Testing
-------
unittests
Thanks,
Attila Magyar