Uses of Class
org.apache.pig.impl.PigContext

Packages that use PigContext
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.executionengine.util   
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.backend.local.executionengine   
org.apache.pig.impl.io   
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.impl.logicalLayer.validators   
org.apache.pig.impl.streaming   
org.apache.pig.impl.util   
org.apache.pig.pen   
org.apache.pig.tools.grunt   
 

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)
           
PigServer(PigContext context, boolean connect)
           
 

Uses of PigContext in org.apache.pig.backend.executionengine.util
 

Methods in org.apache.pig.backend.executionengine.util with parameters of type PigContext
static FileSpec ExecTools.checkLeafIsStore(PhysicalPlan plan, PigContext pigContext)
           
 

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
           
 

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)
           
 

Uses of PigContext in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type PigContext
 org.apache.hadoop.mapred.jobcontrol.JobControl JobControlCompiler.compile(MROperPlan plan, String grpName, org.apache.hadoop.conf.Configuration conf, PigContext pigContext)
          Top level compile method that issues a call to the recursive compile method.
abstract  void Launcher.explain(PhysicalPlan pp, PigContext pc, PrintStream ps)
          Explain how a pig job will be executed on the underlying infrastructure.
 void LocalLauncher.explain(PhysicalPlan php, PigContext pc, PrintStream ps)
           
 void MapReduceLauncher.explain(PhysicalPlan php, PigContext pc, PrintStream ps)
           
protected  void Launcher.getErrorMessages(org.apache.hadoop.mapred.TaskReport[] reports, String type, boolean errNotDbg, PigContext pigContext)
           
protected  void Launcher.getStats(org.apache.hadoop.mapred.jobcontrol.Job job, org.apache.hadoop.mapred.JobClient jobClient, boolean errNotDbg, PigContext pigContext)
           
abstract  boolean Launcher.launchPig(PhysicalPlan php, String grpName, PigContext pc)
          Method to launch pig for hadoop either for a cluster's job tracker or for a local job runner.
 boolean LocalLauncher.launchPig(PhysicalPlan php, String grpName, PigContext pc)
           
 boolean MapReduceLauncher.launchPig(PhysicalPlan php, String grpName, PigContext pc)
           
 boolean LocalLauncher.launchPigWithCombinePlan(PhysicalPlan php, String grpName, PigContext pc, PhysicalPlan combinePlan)
           
 

Constructors in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type PigContext
MRCompiler(PhysicalPlan plan, PigContext pigContext)
           
PigSplit(PigContext pigContext, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, String parser, List<OperatorKey> targetOps, long start, long length)
           
SliceWrapper(Slice slice, PigContext context, int index, org.apache.hadoop.fs.FileSystem fs, ArrayList<OperatorKey> targetOps)
           
 

Uses of PigContext in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer declared as PigContext
protected  PigContext LogToPhyTranslationVisitor.pc
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type PigContext
 void LogToPhyTranslationVisitor.setPigContext(PigContext pc)
           
 

Uses of PigContext in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return PigContext
 PigContext POLoad.getPc()
           
 PigContext POStore.getPc()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type PigContext
 void POLoad.setPc(PigContext pc)
           
 void POStore.setPc(PigContext pc)
           
 

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
           
protected  PigContext LocalJob.pigContext
           
 

Methods in org.apache.pig.backend.local.executionengine with parameters of type PigContext
 void LocalPigLauncher.explain(PhysicalPlan pp, PigContext pc, PrintStream ps)
           
 boolean LocalPigLauncher.launchPig(PhysicalPlan php, String grpName, PigContext pc)
           
 

Constructors in org.apache.pig.backend.local.executionengine with parameters of type PigContext
LocalExecutionEngine(PigContext pigContext)
           
LocalJob(ExecJob.JOB_STATUS status, PigContext pigContext, FileSpec outFileSpec)
           
 

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.delete(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)
           
static void FileLocalizer.registerDeleteOnFail(String filename, 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
 

Constructors in org.apache.pig.impl.logicalLayer with parameters of type PigContext
LogicalPlanBuilder(PigContext pigContext)
           
 

Uses of PigContext in org.apache.pig.impl.logicalLayer.validators
 

Constructors in org.apache.pig.impl.logicalLayer.validators with parameters of type PigContext
InputOutputFileValidator(PigContext pigContext)
           
InputOutputFileVisitor(LogicalPlan plan, CompilationMessageCollector messageCollector, PigContext pigContext)
           
LogicalPlanValidationExecutor(LogicalPlan plan, PigContext pigContext)
          All the necessary validation logics can be plugged-in here.
 

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, 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
 

Constructors in org.apache.pig.pen with parameters of type PigContext
DerivedDataVisitor(LogicalOperator op, PigContext pc, Map<LOLoad,DataBag> baseData, Map<LogicalOperator,PhysicalOperator> logToPhyMap, PhysicalPlan physPlan)
           
DerivedDataVisitor(LogicalPlan plan, PigContext pc, Map<LOLoad,DataBag> baseData, Map<LogicalOperator,PhysicalOperator> logToPhyMap, PhysicalPlan physPlan)
           
ExampleGenerator(LogicalPlan plan, PigContext hadoopPigContext)
           
LineageTrimmingVisitor(LogicalPlan plan, Map<LOLoad,DataBag> baseData, Map<LogicalOperator,PhysicalOperator> LogToPhyMap, PhysicalPlan physPlan, PigContext pc)
           
 

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)
           
 



Copyright © ${year} The Apache Software Foundation