Uses of Class
org.apache.hadoop.hive.ql.exec.tez.RecordProcessor

Packages that use RecordProcessor
org.apache.hadoop.hive.ql.exec.tez   
 

Uses of RecordProcessor in org.apache.hadoop.hive.ql.exec.tez
 

Subclasses of RecordProcessor in org.apache.hadoop.hive.ql.exec.tez
 class MapRecordProcessor
          Process input from tez LogicalInput and write output - for a map plan Just pump the records through the query plan.
 class ReduceRecordProcessor
          Process input from tez LogicalInput and write output - for a map plan Just pump the records through the query plan.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.