public class BasicStatsTask extends Object implements Serializable, IStatsProcessor
| Modifier and Type | Field and Description |
|---|---|
protected SessionState.LogHelper |
console |
boolean |
followedColStats |
| Constructor and Description |
|---|
BasicStatsTask(HiveConf conf,
BasicStatsWork work) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Partition> |
getDpPartSpecs() |
String |
getName() |
org.apache.hadoop.hive.ql.plan.api.StageType |
getType() |
void |
initialize(CompilationOpContext opContext) |
int |
process(Hive db,
Table tbl) |
void |
setDpPartSpecs(Collection<Partition> dpPartSpecs) |
public boolean followedColStats
protected transient SessionState.LogHelper console
public BasicStatsTask(HiveConf conf, BasicStatsWork work)
public int process(Hive db, Table tbl) throws Exception
process in interface IStatsProcessorExceptionpublic void initialize(CompilationOpContext opContext)
initialize in interface IStatsProcessorpublic org.apache.hadoop.hive.ql.plan.api.StageType getType()
public String getName()
public Collection<Partition> getDpPartSpecs()
public void setDpPartSpecs(Collection<Partition> dpPartSpecs)
setDpPartSpecs in interface IStatsProcessorCopyright © 2019 The Apache Software Foundation. All Rights Reserved.