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,362
  • 1
  • 12
  • 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
  • 32,008
  • 19
  • 67
  • 92
3

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

Posting since this is an answer, not a comment.

Brian
  • 24,434
  • 16
  • 74
  • 162
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
  • 27,376
  • 39
  • 108
  • 127
0

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

zudokod
  • 3,984
  • 2
  • 19
  • 23
0

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

jayadev
  • 3,188
  • 22
  • 13