[
https://issues.apache.org/jira/browse/HIVE-24637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17268240#comment-17268240
]
Johan Gustavsson commented on HIVE-24637:
-----------------------------------------
[~kgyrtkirk] could you take a look at this too when you have a chance? I
intentionally did no make the same change for hive on spark since it's being
deprecated, but if you think it's better to do so I can update the patch to
include spark too.
> Make Tez progress log interval configurable
> -------------------------------------------
>
> Key: HIVE-24637
> URL: https://issues.apache.org/jira/browse/HIVE-24637
> Project: Hive
> Issue Type: Improvement
> Components: Clients
> Affects Versions: 2.4.0, 3.1.2, 4.0.0
> Reporter: Johan Gustavsson
> Assignee: Zoltan Haindrich
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In case of hive on MR we can configure how often the progress log is updated
> in the client side with the parameter
> [https://github.com/apache/hive/blob/master/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java#L2041-L2050]
> while in case of Hive on Tez this value is hard coded hereĀ
> [https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/RenderStrategy.java#L42].
> The default value in Tez is also significantly shorter than that of MR (6 VS
> 3 S) meaning for longer queries the client log can get very long.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)