[Pig Wiki] Update of PipelineImpl by Shravan Narayanamurthy

2008-02-14 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 Shravan Narayanamurthy:
http://wiki.apache.org/pig/PipelineImpl

--
   * Implementation for the translation of Logical Plan into Physical plan
   * Implementation of the Stagification Process which converts the Physical 
Plan into multiple Map Reduce stages and submits each one as a separate job to 
the cluster
  
- The idea for the translation of Logical Plan to Physical Plan is to put a 
generic infrastructure in place without any ties to the implementation of the 
operators. Once the infrastructure is in place, we can develop the operators 
and the stagification parallely. 
+ The idea for the translation of Logical Plan to Physical Plan is to put a 
generic infrastructure in place without any ties to the implementation of the 
operators. Once the infrastructure is in place, we can develop the operators 
and the stagification in a parallel fashion.
  


[Pig Wiki] Update of PipelineImpl by Shravan Narayanamurthy

2008-02-14 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 Shravan Narayanamurthy:
http://wiki.apache.org/pig/PipelineImpl

--
  
  The idea for the translation of Logical Plan to Physical Plan is to put a 
generic infrastructure in place without any ties to the implementation of the 
operators. Once the infrastructure is in place, we can develop the operators 
and the stagification in a parallel fashion.
  
+ Timelines for each of these items need to include time for writing unit tests.
+