Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromapache/pig

Mirror of Apache Pig

License

NotificationsYou must be signed in to change notification settings

dvryaboy/pig

 
 

Repository files navigation

Apache Pig===========Pig is a dataflow programming environment for processing very large files. Pig'slanguage is called Pig Latin. A Pig Latin program consists of a directedacyclic graph where each node represents an operation that transforms data.Operations are of two flavors: (1) relational-algebra style operations such asjoin, filter, project; (2) functional-programming style operators such as map,reduce. Pig compiles these dataflow programs into (sequences of) map-reduce jobs andexecutes them using Hadoop. It is also possible to execute Pig Latin programsin a "local" mode (without Hadoop cluster), in which case all processing takesplace 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, tryhttp://wiki.apache.org/pig/PigTutorial2. To build and run Pig, tryhttp://wiki.apache.org/pig/BuildPig andhttp://wiki.apache.org/pig/RunPig3. To check out the function library, tryhttp://wiki.apache.org/pig/PiggyBankContributing to the Project===========================We welcome all contributions. For the details, please, visithttp://wiki.apache.org/pig/HowToContribute.

About

Mirror of Apache Pig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java97.6%
  • Perl1.6%
  • Shell0.5%
  • Ruby0.1%
  • Python0.1%
  • Graphviz (DOT)0.1%

[8]ページ先頭

©2009-2025 Movatter.jp