Skip to content

lujiefsi/pig

This branch is 3 commits ahead of, 50 commits behind apache/pig:trunk.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

417b9b0 · May 15, 2022
Aug 11, 2017
Jul 25, 2017
Jul 19, 2016
Jan 2, 2018
Sep 7, 2018
Jan 11, 2022
May 12, 2015
Nov 11, 2014
Oct 12, 2018
Feb 12, 2020
May 15, 2022
Oct 15, 2020
Aug 21, 2017
Jan 7, 2017
Sep 7, 2018
Jan 11, 2022
Jun 2, 2017
Jul 3, 2008
Nov 15, 2017
Apr 24, 2015
Jun 22, 2009
Jul 23, 2008
Jan 11, 2022
May 16, 2011
Feb 12, 2020
Apr 27, 2016

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 or Apache Tez
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
https://cwiki.apache.org/confluence/display/PIG/HowToContribute

About

Mirror of Apache Pig

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.1%
  • Perl 4.3%
  • GAP 1.0%
  • PigLatin 0.6%
  • Shell 0.5%
  • Python 0.3%
  • Other 0.2%