Uses of Class
org.apache.hadoop.hive.ql.exec.mr.ExecMapperContext

Packages that use ExecMapperContext
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.mr   
org.apache.hadoop.hive.ql.exec.tez   
 

Uses of ExecMapperContext in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return ExecMapperContext
 ExecMapperContext Operator.getExecContext()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type ExecMapperContext
 void HashTableLoader.init(ExecMapperContext context, org.apache.hadoop.conf.Configuration hconf, MapJoinOperator joinOp)
           
 void Operator.passExecContext(ExecMapperContext execContext)
          Pass the execContext reference to every child operator
static org.apache.hadoop.io.Writable[] MapOperator.populateVirtualColumnValues(ExecMapperContext ctx, List<VirtualColumn> vcs, org.apache.hadoop.io.Writable[] vcValues, Deserializer deserializer)
           
 void Operator.setExecContext(ExecMapperContext execContext)
           
 

Uses of ExecMapperContext in org.apache.hadoop.hive.ql.exec.mr
 

Methods in org.apache.hadoop.hive.ql.exec.mr with parameters of type ExecMapperContext
 void HashTableLoader.init(ExecMapperContext context, org.apache.hadoop.conf.Configuration hconf, MapJoinOperator joinOp)
           
 void MapredLocalTask.setExecContext(ExecMapperContext execContext)
           
 

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

Methods in org.apache.hadoop.hive.ql.exec.tez with parameters of type ExecMapperContext
 void HashTableLoader.init(ExecMapperContext context, org.apache.hadoop.conf.Configuration hconf, MapJoinOperator joinOp)
           
 



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