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 2011/07/20 23:02:30 UTC

[Pig Wiki] Update of "FrontPage" by daijy

Dear Wiki user,

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

The "FrontPage" page has been changed by daijy:
http://wiki.apache.org/pig/FrontPage?action=diff&rev1=158&rev2=159

  #pragma section-numbers off
  
  = Apache Pig Wiki =
+ ''' Note: Pig is switching to use new [[https://cwiki.apache.org/confluence/display/PIG|wiki system]]. We will keep the old wiki running, but new material should go to new wiki!!! '''
  
  [[http://hadoop.apache.org/pig/|Apache Pig]] is a platform for analyzing large data sets. Pig's language, Pig Latin, lets you specify a sequence of data transformations such as merging data sets, filtering them, and applying functions to records or groups of records. Pig comes with many built-in functions but you can also create your own user-defined functions to do special-purpose processing.