[Pig Wiki] Trivial Update of "FrontPage" by ChrisOlston

2008-12-15 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 ChrisOlston:
http://wiki.apache.org/pig/FrontPage

--
  
  Pig compiles these dataflow programs into (sequences of) map-reduce jobs and 
executes them using Hadoop. It is also possible to execute Pig Latin programs 
in a "local" mode (without Hadoop cluster), in which case all processing takes 
place in a single local JVM.
  
- *[http://www.cs.cmu.edu/~olston/publications/sigmod08.pdf Why Pig Latin 
instead of SQL?]*
+ '''[http://www.cs.cmu.edu/~olston/publications/sigmod08.pdf Why Pig Latin 
instead of SQL?]'''
  
  == News ==
  


[Pig Wiki] Trivial Update of "FrontPage" by ChrisOlston

2008-12-15 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 ChrisOlston:
http://wiki.apache.org/pig/FrontPage

--
  
  Pig compiles these dataflow programs into (sequences of) map-reduce jobs and 
executes them using Hadoop. It is also possible to execute Pig Latin programs 
in a "local" mode (without Hadoop cluster), in which case all processing takes 
place in a single local JVM.
  
- http://www.cs.cmu.edu/~olston/publications/sigmod08.pdf";>Why Pig 
Latin instead of SQL?
+ *[http://www.cs.cmu.edu/~olston/publications/sigmod08.pdf Why Pig Latin 
instead of SQL?]*
  
  == News ==
  


[Pig Wiki] Trivial Update of "FrontPage" by ChrisOlston

2008-12-15 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 ChrisOlston:
http://wiki.apache.org/pig/FrontPage

--
  [http://incubator.apache.org/pig/ Pig] is a dataflow programming environment 
for processing very large files. Pig's language is called Pig Latin. A Pig 
Latin program consists of a directed acyclic graph where each node represents 
an operation that transforms data. Operations are of two flavors: (1) 
relational-algebra style operations such as join, filter, project; (2) 
functional-programming style operators such as map, reduce. 
  
  Pig compiles these dataflow programs into (sequences of) map-reduce jobs and 
executes them using Hadoop. It is also possible to execute Pig Latin programs 
in a "local" mode (without Hadoop cluster), in which case all processing takes 
place in a single local JVM.
+ 
+ http://www.cs.cmu.edu/~olston/publications/sigmod08.pdf";>Why Pig 
Latin instead of SQL?
  
  == News ==