|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PigContext in org.apache.pig |
---|
Methods in org.apache.pig that return PigContext | |
---|---|
PigContext |
PigServer.getPigContext()
|
Constructors in org.apache.pig with parameters of type PigContext | |
---|---|
PigServer(PigContext context)
|
Uses of PigContext in org.apache.pig.backend.hadoop.executionengine |
---|
Fields in org.apache.pig.backend.hadoop.executionengine declared as PigContext | |
---|---|
protected PigContext |
HExecutionEngine.pigContext
|
protected PigContext |
HJob.pigContext
|
protected PigContext |
MapreducePlanCompiler.pigContext
|
PigContext |
POMapreduce.pigContext
|
Constructors in org.apache.pig.backend.hadoop.executionengine with parameters of type PigContext | |
---|---|
HExecutionEngine(PigContext pigContext)
|
|
HJob(ExecJob.JOB_STATUS status,
PigContext pigContext,
FileSpec outFileSpec)
|
|
MapreducePlanCompiler(PigContext pigContext)
|
|
POMapreduce(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey sourceLogicalKey,
PigContext pigContext)
|
|
POMapreduce(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey sourceLogicalKey,
PigContext pigContext,
int mapParallelism,
int reduceParallelism)
|
|
POMapreduce(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey sourceLogicalKey,
PigContext pigContext,
OperatorKey inputIn)
|
|
POMapreduce(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey sourceLogicalKey,
PigContext pigContext,
OperatorKey[] inputsIn)
|
|
SplitSpec(LOSplit lo,
PigContext pigContext)
|
Uses of PigContext in org.apache.pig.backend.hadoop.executionengine.mapreduceExec |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.mapreduceExec that return PigContext | |
---|---|
static PigContext |
PigMapReduce.getPigContext()
|
Constructors in org.apache.pig.backend.hadoop.executionengine.mapreduceExec with parameters of type PigContext | |
---|---|
SliceWrapper(Slice slice,
PigContext context,
EvalSpec groupbySpec,
EvalSpec evalSpec,
int index,
org.apache.hadoop.fs.FileSystem fs)
|
Uses of PigContext in org.apache.pig.backend.local.executionengine |
---|
Fields in org.apache.pig.backend.local.executionengine declared as PigContext | |
---|---|
protected PigContext |
LocalExecutionEngine.pigContext
|
Constructors in org.apache.pig.backend.local.executionengine with parameters of type PigContext | |
---|---|
LocalExecutionEngine(PigContext pigContext)
|
|
POLoad(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
PigContext pigContext,
FileSpec fileSpec,
int outputType)
|
|
POStore(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey logicalKey,
Map<OperatorKey,LocalResult> materializedResults,
FileSpec outputFileSpec,
boolean append,
PigContext pigContext)
|
|
POStore(String scope,
long id,
Map<OperatorKey,ExecPhysicalOperator> opTable,
OperatorKey logicalKey,
Map<OperatorKey,LocalResult> materializedResults,
OperatorKey input,
FileSpec outputFileSpec,
boolean append,
PigContext pigContext)
|
Uses of PigContext in org.apache.pig.impl.eval |
---|
Methods in org.apache.pig.impl.eval with parameters of type PigContext | |
---|---|
EvalSpec |
EvalSpec.copy(PigContext pigContext)
|
Uses of PigContext in org.apache.pig.impl.io |
---|
Methods in org.apache.pig.impl.io with parameters of type PigContext | |
---|---|
static OutputStream |
FileLocalizer.create(String fileSpec,
boolean append,
PigContext pigContext)
|
static OutputStream |
FileLocalizer.create(String fileSpec,
PigContext pigContext)
|
static boolean |
FileLocalizer.fileExists(String filename,
PigContext context)
|
static String |
FileLocalizer.fullPath(String filename,
PigContext pigContext)
|
static ElementDescriptor |
FileLocalizer.getTemporaryPath(ElementDescriptor relative,
PigContext pigContext)
|
static String |
FileLocalizer.hadoopify(String filename,
PigContext pigContext)
|
static boolean |
FileLocalizer.isDirectory(String filename,
PigContext context)
|
static boolean |
FileLocalizer.isFile(String filename,
PigContext context)
|
DataBag |
PigFile.load(LoadFunc lfunc,
PigContext pigContext)
|
static InputStream |
FileLocalizer.open(String fileSpec,
PigContext pigContext)
|
void |
PigFile.store(DataBag data,
StoreFunc sfunc,
PigContext pigContext)
|
Constructors in org.apache.pig.impl.io with parameters of type PigContext | |
---|---|
ValidatingInputFileSpec(String fileName,
String funcSpec,
PigContext context)
If the ExecType of context is LOCAL,
validation is not performed. |
Uses of PigContext in org.apache.pig.impl.logicalLayer |
---|
Fields in org.apache.pig.impl.logicalLayer declared as PigContext | |
---|---|
protected PigContext |
LogicalPlan.pigContext
|
Methods in org.apache.pig.impl.logicalLayer that return PigContext | |
---|---|
PigContext |
LogicalPlan.getPigContext()
|
Constructors in org.apache.pig.impl.logicalLayer with parameters of type PigContext | |
---|---|
LogicalPlan(OperatorKey rootIn,
Map<OperatorKey,LogicalOperator> opTable,
PigContext pigContext)
|
|
LogicalPlanBuilder(PigContext pigContext)
|
Uses of PigContext in org.apache.pig.impl.streaming |
---|
Constructors in org.apache.pig.impl.streaming with parameters of type PigContext | |
---|---|
StreamingCommand(PigContext pigContext,
String[] argv)
Create a new StreamingCommand with the given command. |
Uses of PigContext in org.apache.pig.impl.util |
---|
Methods in org.apache.pig.impl.util with parameters of type PigContext | |
---|---|
static void |
JarManager.createJar(OutputStream os,
List<String> funcs,
List<String> files,
PigContext pigContext)
Create a jarfile in a temporary path, that is a merge of all the jarfiles containing the functions and the core pig classes. |
Uses of PigContext in org.apache.pig.pen |
---|
Methods in org.apache.pig.pen with parameters of type PigContext | |
---|---|
static Map<LogicalOperator,DataBag> |
ExGen.GenerateExamples(LogicalPlan plan,
PigContext hadoopPigContext)
|
Uses of PigContext in org.apache.pig.tools.grunt |
---|
Constructors in org.apache.pig.tools.grunt with parameters of type PigContext | |
---|---|
Grunt(BufferedReader in,
PigContext pigContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |