Uses of Class
org.apache.hadoop.hive.ql.exec.MapredContext

Packages that use MapredContext
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.tez   
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
 

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

Methods in org.apache.hadoop.hive.ql.exec that return MapredContext
static MapredContext MapredContext.get()
           
static MapredContext MapredContext.init(boolean isMap, org.apache.hadoop.mapred.JobConf jobConf)
           
 

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

Subclasses of MapredContext in org.apache.hadoop.hive.ql.exec.tez
 class TezContext
          TezContext contains additional context only available with Tez
 

Uses of MapredContext in org.apache.hadoop.hive.ql.udf.generic
 

Methods in org.apache.hadoop.hive.ql.udf.generic with parameters of type MapredContext
 void GenericUDAFEvaluator.configure(MapredContext mapredContext)
          Additionally setup GenericUDAFEvaluator with MapredContext before initializing.
 void GenericUDF.configure(MapredContext context)
          Additionally setup GenericUDF with MapredContext before initializing.
 void GenericUDTF.configure(MapredContext mapredContext)
          Additionally setup GenericUDTF with MapredContext before initializing.
 void UDFCurrentDB.configure(MapredContext context)
           
 



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