Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/pig
Mirror of Apache Pig
https://github.com/apache/pig
database java pig
Last synced: 4 days ago
JSON representation
Mirror of Apache Pig
- Host: GitHub
- URL: https://github.com/apache/pig
- Owner: apache
- License: apache-2.0
- Created: 2009-05-21T01:10:43.000Z (over 15 years ago)
- Default Branch: trunk
- Last Pushed: 2024-10-10T21:19:18.000Z (4 months ago)
- Last Synced: 2025-01-17T00:05:38.531Z (11 days ago)
- Topics: database, java, pig
- Language: Java
- Size: 88.3 MB
- Stars: 682
- Watchers: 78
- Forks: 449
- Open Issues: 10
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
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/PiggyBankContributing to the Project
===========================We welcome all contributions. For the details, please, visit
https://cwiki.apache.org/confluence/display/PIG/HowToContribute