Skip to content

cryptoe/pig

This branch is 2474 commits ahead of, 3751 commits behind apache/pig:trunk.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Karan Kumar
Sep 10, 2014
34b0464 · Sep 10, 2014
Nov 1, 2013
Aug 21, 2014
Aug 14, 2014
Jul 28, 2014
Sep 4, 2014
Nov 1, 2013
Dec 16, 2009
Sep 4, 2014
Sep 10, 2014
Sep 10, 2014
Jul 26, 2014
May 10, 2014
Sep 9, 2014
Apr 6, 2014
Mar 5, 2009
Mar 18, 2014
Dec 14, 2010
Jun 22, 2009
Mar 5, 2009
Sep 3, 2014
May 16, 2011
Sep 4, 2014

Repository files navigation

Apache Pig
===========
Pig is a dataflow programming environment for processing very large files. Pig's
language is called Pig Latin. A Pig Latin program consists of a directed
acyclic graph where each node represents an operation that transforms data.
Operations are of two flavors: (1) relational-algebra style operations such as
join, filter, project; (2) functional-programming style operators such as map,
reduce. 

Pig compiles these dataflow programs into (sequences of) map-reduce jobs and
executes them using Hadoop. It is also possible to execute Pig Latin programs
in a "local" mode (without Hadoop cluster), in which case all processing takes
place in a single local JVM. 

General Info
===============

For the latest information about Pig, please visit our website at:

   http://pig.apache.org/

and our wiki, at:

   http://wiki.apache.org/pig/

Getting Started
===============
1. To learn about Pig, try http://wiki.apache.org/pig/PigTutorial
2. To build and run Pig, try http://wiki.apache.org/pig/BuildPig and
http://wiki.apache.org/pig/RunPig
3. To check out the function library, try http://wiki.apache.org/pig/PiggyBank


Contributing to the Project
===========================

We welcome all contributions. For the details, please, visit
http://wiki.apache.org/pig/HowToContribute.

About

Mirror of Apache Pig

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.4%
  • Perl 1.7%
  • GAP 1.1%
  • PigLatin 0.7%
  • Shell 0.5%
  • Python 0.4%
  • Other 0.2%