Apache Wiki
Wed, 02 Apr 2008 14:22:42 -0700
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. - == %N% NEWS == + == NEWS == We are undertaking a complete redesign of the execution and optimization framework, including: 1. new (hopefully cleaner) operator representations at the various layers (logical, physical, map-reduce) to facilitate optimization along the lines of PigOptimizationWishList, and