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/04/10 02:26:23 UTC

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

------------------------------------------------------------------------------
  
   * New to Pig? Getting Started ...
    1. PigOverview - An overview of Pig's capabilities
+   1. [http://hadoop.apache.org/pig/docs/r0.2.0/quickstart.html Pig Quick Start] - How to build and run Pig
+   1. [http://hadoop.apache.org/pig/docs/r0.2.0/tutorial.html Pig Tutorial]- Tackle a real task with pig, start to finish
-   1. BuildPig - How to build Pig
-   1. RunPig - How to configure and run Pig
-   1. PigTutorial - Tackle a real task with pig, start to finish
  
   * Pig Language
  
-   * [attachment:plrm.htm Pig Latin Reference Manual] - Includes Pig Latin, built-in functions, and shell commands (''updated 2/27/09 ...'')
+   * [http://hadoop.apache.org/pig/docs/r0.2.0/piglatin.html Pig Latin Reference Manual] - Includes Pig Latin, built-in functions, and shell commands
  
   * Pig Functions
    * PiggyBank - User-defined functions (UDFs) contributed by Pig users!
-   * [http://wiki.apache.org/pig/UDFManual UDF Manual] - Write your own UDFs
+   * [http://hadoop.apache.org/pig/docs/r0.2.0/udf.html UDF Manual] - Write your own UDFs
  
   * (./) Pig Latin Editors
    * PigPen - A plugin for Eclipse that provides syntax highlighting, graphical script construction, example result generation, schema descriptions, and enables running your pig scripts locally and on a hadoop cluster.
@@ -55, +54 @@

    * A Vim plugin for Pig Latin - [http://www.vim.org/scripts/script.php?script_id=2186]
  
   * More Pig
-   * PigUserCookbook - Want Pig to fly? Tips and tricks on how to write efficient Pig scripts
+   * [http://hadoop.apache.org/pig/docs/r0.2.0/cookbook.html Pig Cookbook] - Want Pig to fly? Tips and tricks on how to write efficient Pig scripts
    * [http://hadoop.apache.org/pig/javadoc/docs/api/ Javadocs] - Refer to the Javadocs for embedded Pig and UDFs
    * [http://wiki.apache.org/pig/FAQ FAQ] - The answer to your question may be here