| Interface | Description |
|---|---|
| IReExecutionPlugin |
Defines an interface for re-execution logics.
|
| Class | Description |
|---|---|
| ReCompileWithoutCBOPlugin |
Re-compiles the query without CBO
|
| ReExecDriver |
Enables to use re-execution logics.
|
| ReExecuteLostAMQueryPlugin |
Re-Executes a query if tez AM failed because of node/container failure.
|
| ReExecutionDagSubmitPlugin |
Re-Executes a query when DAG submission fails after get session returned successfully.
|
| ReExecutionOverlayPlugin |
Re-Executes a query only adding an extra overlay
|
| ReOptimizePlugin |
| Exception | Description |
|---|---|
| ReCompileException |
This exception is thrown when CBO failed and we would like to try to recompile the query with CBO off.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.