7

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.

user7337271
  • 1,662
  • 1
  • 14
  • 23
Ori lahav
  • 125
  • 1
  • 2

6 Answers6

5

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

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

dmeister
  • 34,704
  • 19
  • 73
  • 95
3

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

Posting since this is an answer, not a comment.

Brian
  • 25,523
  • 18
  • 82
  • 173
3

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

Arnkrishn
  • 29,828
  • 40
  • 114
  • 128
0

one can find the documents in the dist. download the latest tar and lookup docs.

zudokod
  • 4,074
  • 2
  • 21
  • 24
0

updating to the latest pig version - http://pig.apache.org/docs/r0.9.1/

jayadev
  • 3,576
  • 25
  • 13