Package | Description |
---|---|
org.apache.hadoop.hive.ql | |
org.apache.hadoop.hive.ql.plan.mapper | |
org.apache.hadoop.hive.ql.reexec |
Modifier and Type | Method and Description |
---|---|
PlanMapper |
Context.getPlanMapper() |
PlanMapper |
Driver.getPlanMapper() |
Modifier and Type | Method and Description |
---|---|
static StatsSource |
StatsSources.getStatsSourceContaining(StatsSource currentStatsSource,
PlanMapper pm) |
Modifier and Type | Method and Description |
---|---|
void |
ReOptimizePlugin.afterExecute(PlanMapper planMapper,
boolean success) |
void |
ReExecutionOverlayPlugin.afterExecute(PlanMapper planMapper,
boolean success) |
void |
IReExecutionPlugin.afterExecute(PlanMapper planMapper,
boolean successfull) |
boolean |
ReOptimizePlugin.shouldReExecute(int executionNum,
PlanMapper oldPlanMapper,
PlanMapper newPlanMapper) |
boolean |
ReExecutionOverlayPlugin.shouldReExecute(int executionNum,
PlanMapper pm1,
PlanMapper pm2) |
boolean |
IReExecutionPlugin.shouldReExecute(int executionNum,
PlanMapper oldPlanMapper,
PlanMapper newPlanMapper)
The query have failed; and have been recompiled - does this plugin advises to re-execute it again?
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.