Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reference manual for Apache Pig Latin [closed]

Pig is a dataflow programming environment for processing very large files. Pig's language is called Pig Latin.

Does anyone know of a good reference manual for PigLatin? I'm looking for something that includes all the syntax and commands descriptions for the language. Unfortunately the wiki page in Pig wiki is broken.

like image 748
Ori lahav Avatar asked Dec 15 '08 13:12

Ori lahav


4 Answers

The reference manual I work with is in the Wiki: Pig Latin Manual.

It contains all Pig Latin commands with their syntax and examples.

like image 180
dmeister Avatar answered Oct 20 '22 17:10

dmeister


As Craig Stuntz mentioned, try the wiki: http://wiki.apache.org/pig/FrontPage

Posting since this is an answer, not a comment.

like image 29
Brian Avatar answered Oct 20 '22 15:10

Brian


I use these quite often:

http://pig.apache.org/docs/r0.6.0/piglatin_ref1.html

http://pig.apache.org/docs/r0.6.0/piglatin_ref2.html

I hope its handy for you too.

cheers

like image 41
Arnkrishn Avatar answered Oct 20 '22 17:10

Arnkrishn


http://pig.apache.org/docs/r0.9.0/

https://cwiki.apache.org/confluence/display/PIG/Index

like image 43
Daniel Dai Avatar answered Oct 20 '22 15:10

Daniel Dai