| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.tez |
| Modifier and Type | Class and Description |
|---|---|
class |
MapRecordSource
Process input from tez LogicalInput and write output - for a map plan Just pump the records
through the query plan.
|
class |
ReduceRecordSource
Process input from tez LogicalInput and write output - for a map plan
Just pump the records through the query plan.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSource[] |
TezContext.getRecordSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
TezContext.setRecordSources(RecordSource[] sources) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.