Apache > Incubator > Pig
Pig
 

Welcome to Pig!

Pig is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs. The salient property of Pig programs is that their structure is amenable to substantial parallelization, which in turns enables them to handle very large data sets.

At the present time, 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 subproject). Pig's language layer currently consists of a textual language called Pig Latin, which has the following key properties:

News

Pig is incubating

Pig incubation status can be found from http://incubator.apache.org/projects/pig.html.

Getting Started

  1. How to deploy it.
  2. Learn about Pig by reading the wiki documentation -- still under construction.
  3. Discuss it on the mailing list.

Getting Involved

Pig is an open source volunteer project under the Apache Software Foundation. We encourage you to learn about the project and contribute your expertise. Here are some starter links:

  1. How to contribute
  2. Give us feedback: What can we do better?
  3. Join the mailing list: Meet the community.