[ https://issues.apache.org/jira/browse/HIVE-28553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886855#comment-17886855 ]
Ryu Kobayashi commented on HIVE-28553: -------------------------------------- PR: https://github.com/apache/hive/pull/5486 > Extending the ReExecutionOverlayPlugin Plugin > --------------------------------------------- > > Key: HIVE-28553 > URL: https://issues.apache.org/jira/browse/HIVE-28553 > Project: Hive > Issue Type: Improvement > Security Level: Public(Viewable by anyone) > Components: Query Processor > Reporter: Ryu Kobayashi > Assignee: Ryu Kobayashi > Priority: Major > > ReExecutionOverlayPlugin is a useful feature that allows it to rewrite > properties when a problem occurs, helping we avoid problems. However, > property rewriting works the same for all problems. This is not very smart > and sometimes you only want to rewrite certain properties for a specific > problem. > e.g. > {code:java} > reexec.overlay.hive.auto.convert.join=false > reexec.overlay.tez.am.container.reuse.enabled=false{code} > When OOM occurs, we cannot choose to enable the first property but not the > second property. We would like to extend this by error to be able to select > it. > -- This message was sent by Atlassian Jira (v8.20.10#820010)