|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapredContext | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
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,
JobConf jobConf)
|
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 |
DummyContextUDF.configure(MapredContext context)
|
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 |
GenericUDAFEvaluator.configure(MapredContext mapredContext)
Additionally setup GenericUDAFEvaluator with MapredContext before initializing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |