Pig 0.1.1 API

Provides the classes necessary to create programs in the high-level Pig Latin language and the infrastructure for evaluating these programs.

See:
          Description

pig
org.apache.pig  
org.apache.pig.backend.datastorage  
org.apache.pig.backend.executionengine  
org.apache.pig.backend.hadoop.datastorage  
org.apache.pig.backend.hadoop.executionengine  
org.apache.pig.backend.hadoop.executionengine.mapreduceExec  
org.apache.pig.backend.hadoop.streaming  
org.apache.pig.backend.local.datastorage  
org.apache.pig.backend.local.executionengine  
org.apache.pig.builtin  
org.apache.pig.data  
org.apache.pig.impl  
org.apache.pig.impl.builtin  
org.apache.pig.impl.eval  
org.apache.pig.impl.eval.collector  
org.apache.pig.impl.eval.cond  
org.apache.pig.impl.eval.window  
org.apache.pig.impl.io  
org.apache.pig.impl.logicalLayer  
org.apache.pig.impl.logicalLayer.optimizer  
org.apache.pig.impl.logicalLayer.optimizer.streaming  
org.apache.pig.impl.logicalLayer.parser  
org.apache.pig.impl.logicalLayer.schema  
org.apache.pig.impl.physicalLayer  
org.apache.pig.impl.streaming  
org.apache.pig.impl.util  
org.apache.pig.pen  
org.apache.pig.tools.cmdline  
org.apache.pig.tools.grunt  
org.apache.pig.tools.parameters  
org.apache.pig.tools.streams  
org.apache.pig.tools.timer  

 

Provides the classes necessary to create programs in the high-level Pig Latin language and the infrastructure for evaluating these programs.

Pig is a platform for analyzing large data sets and consists of 2 layers: Pig's infrastructure layer consists of a compiler that produces sequences of Map-Reduce programs, for which large-scale parallel implementations already exist (e.g., the Hadoop project). Pig's language layer currently consists of a textual language called Pig Latin for expressing data analysis programs.



Copyright © ${year} The Apache Software Foundation