Class | Description |
---|---|
TezCompiler |
The compiler that compiles a given physical plan into a DAG of Tez
operators which can then be converted into the JobControl structure.
|
TezEdgeDescriptor |
Descriptor for Tez edge.
|
TezOperator |
An operator model for a Tez job.
|
TezOperator.LoaderInfo | |
TezOperator.VertexGroupInfo | |
TezOperPlan |
A Plan used to create the plan of Tez operators which can be converted into
the Job Control object.
|
TezOpPlanVisitor |
A visitor for the TezOperPlan class
|
TezPlanContainer | |
TezPlanContainerNode | |
TezPlanContainerPrinter | |
TezPlanContainerUDFCollector | |
TezPlanContainerVisitor | |
TezPOPackageAnnotator |
A port of the POPackageAnnotator from MR to Tez.
|
TezPOPackageAnnotator.LoRearrangeDiscoverer |
Physical Plan visitor which tries to get the
LocalRearrange(s) present in the plan (if any) and
annotate the POPackage given to it with the information
in the LocalRearrange (regarding columns in the "value"
present in the "key")
|
TezPOStreamVisitor | |
TezPOUserFuncVisitor | |
TezPrinter |
A visitor to print out the Tez plan.
|
TezPrinter.TezDAGGraphPrinter |
This class prints the Tez DAG Graph
|
TezPrinter.TezVertexGraphPrinter |
This class prints the Tez Vertex Graph
|
Enum | Description |
---|---|
TezOperator.OPER_FEATURE |
Exception | Description |
---|---|
TezCompilerException |
Copyright © 2007-2017 The Apache Software Foundation