You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/25 21:32:46 UTC

[Pig Wiki] Trivial Update of "WriteFunctions" by CorinneC

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.

The following page has been changed by CorinneC:
http://wiki.apache.org/pig/WriteFunctions

------------------------------------------------------------------------------
  [[Anchor(Writing_your_own_Pig_functions)]]
- == Writing your own Pig functions ==
+ == Writing your own user defined Pig functions ==
  
  Pig has a number of built-in functions for loading, filtering, aggregating, etc. (A complete list is available at PigBuiltins.) However, if you want to do something specialized you may need to write your own function. This page will walk you through how to do this.