[Pig Wiki] Trivial Update of Grunt by CorinneC

2009-06-09 Thread Apache Wiki
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/Grunt

--
  [[Anchor(Grunt_Shell)]]
  = Grunt Shell =
+ 
+ '''Note:''' Not application to Pig 0.2.0 or later.
  
  [[Anchor(Introduction)]]
  == Introduction ==


[Pig Wiki] Trivial Update of PigLatin by CorinneC

2009-06-09 Thread Apache Wiki
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/PigLatin

--
  [[FullSearch]]
  [[TableOfContents(3)]]
  
+ '''Note:''' Not application to Pig 0.2.0 or later.
  
  So you want to learn Pig Latin. Welcome! Lets begin with the data types.
  


[Pig Wiki] Trivial Update of Grunt by CorinneC

2009-06-09 Thread Apache Wiki
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/Grunt

--
  [[Anchor(Grunt_Shell)]]
  = Grunt Shell =
  
- '''Note:''' Not application to Pig 0.2.0 or later.
+ '''Note:''' For Pig 0.2.0 or later, some content on this page may no longer 
be applicable.
  
  [[Anchor(Introduction)]]
  == Introduction ==


[Pig Wiki] Trivial Update of PigLatin by CorinneC

2009-06-09 Thread Apache Wiki
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/PigLatin

--
  [[FullSearch]]
  [[TableOfContents(3)]]
  
- '''Note:''' Not application to Pig 0.2.0 or later.
+ '''Note:''' For Pig 0.2.0 or later, some content on this page may no longer 
be applicable.
  
  So you want to learn Pig Latin. Welcome! Lets begin with the data types.
  


[Pig Wiki] Trivial Update of PigBuiltins by CorinneC

2009-06-09 Thread Apache Wiki
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/PigBuiltins

--
  [[Anchor(Built-in_functions)]]
+ 
+ '''Note:''' For Pig 0.2.0 or later, some content on this page may no longer 
be applicable.
+ 
  == Built-in functions ==
  
  We have a modest library of built-in functions. Feel free to contribute your 
own.


[Pig Wiki] Trivial Update of WriteFunctions by CorinneC

2009-06-09 Thread Apache Wiki
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)]]
+ 
+ '''Note:''' For Pig 0.2.0 or later, some content on this page may no longer 
be applicable.
+ 
  == Pig User Defined Functions ==
  
  Pig has a number of built-in functions for loading, filtering, aggregating 
data (for a complete list, see PigBuiltins.) However, if you want to do 
something specialized, you may need to write your own Pig user defined function 
(UDF). This page walks you through the process.


[Pig Wiki] Trivial Update of FrontPage by CorinneC

2009-06-09 Thread Apache Wiki
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

--
* [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 
  
-  * Old Pig
-   * [Grunt] Shell and PigLatin Manual
-   * PigBuiltins - Pig built-in functions
-   * WriteFunctions - Write your own UDFs
  
  == Developer Documentation ==
   * How tos