Kent
Kent

Reputation: 1

Are there any useful tutorials on Pig UDFs other than the apache.org tutorial?

I've spent a few hours getting acclimated, but I want to find some other ways to practice.

Upvotes: 0

Views: 1230

Answers (2)

dhal
dhal

Reputation: 53

The book Programming Pig is available online, and has a great chapter on writing UDFs: http://ofps.oreilly.com/titles/9781449302641/writing_udfs.html

Upvotes: 1

Sean Timm
Sean Timm

Reputation: 80

The best source I have found is to look at the piggybank UDFs.

http://svn.apache.org/viewvc/pig/trunk/contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/

Upvotes: 0

Related Questions