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 2009/01/15 02:26:11 UTC

[Pig Wiki] Trivial Update of "PiggyBank" 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/PiggyBank

------------------------------------------------------------------------------
  [[Anchor(Using_Functions)]]
  == Using Functions ==
  
- To see how to use your own functions in a pig script, please, see PigLatin. Note that only JAVA functions are supported at this time.
+ To see how to use your own functions in a pig script, please, see the Pig Latin Reference Manual. Note that only JAVA functions are supported at this time.
  
  The functions are currently distributed in source form. Users are required to checkout the code and build the package themselves.  No binary distributions or nightly builds are available at this time.
  
@@ -31, +31 @@

  
  == Contributing Functions ==
  
- For details on how to create UDFs, please, see WriteFunctions. Note that only JAVA functions are supported at this time.
+ For details on how to create UDFs, please, see the [http://wiki.apache.org/pig/UDFManual UDF Manual]. Note that only JAVA functions are supported at this time.
  
  To contribute a new function, please, follow the steps: