Ryu Kobayashi created HIVE-28553:
------------------------------------

             Summary: 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


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)

Reply via email to