[
https://issues.apache.org/jira/browse/HIVE-27516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated HIVE-27516:
--------------------------------
Description:
Currently, when a user does something like this from beeline:
{code}
set tez.generate.debug.artifacts=true;
{code}
the option doesn't make its way to
[dagConf|https://github.com/apache/hive/blob/8ea1d78d0dc18fec4305dd0d0a9e341ecdcaef1e/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezTask.java#L490],
so it makes extremely painful to simply turn on/off dag options
> Add programatically added DAG scoped properties to DAG Configuration
> --------------------------------------------------------------------
>
> Key: HIVE-27516
> URL: https://issues.apache.org/jira/browse/HIVE-27516
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
>
> Currently, when a user does something like this from beeline:
> {code}
> set tez.generate.debug.artifacts=true;
> {code}
> the option doesn't make its way to
> [dagConf|https://github.com/apache/hive/blob/8ea1d78d0dc18fec4305dd0d0a9e341ecdcaef1e/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezTask.java#L490],
> so it makes extremely painful to simply turn on/off dag options
--
This message was sent by Atlassian Jira
(v8.20.10#820010)