You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/08/16 05:25:50 UTC

[GitHub] seojangho opened a new pull request #104: [NEMO-183] DAG-centric translation from Beam pipeline to IR DAG

seojangho opened a new pull request #104: [NEMO-183] DAG-centric translation from Beam pipeline to IR DAG
URL: https://github.com/apache/incubator-nemo/pull/104
 
 
   JIRA: [NEMO-183: DAG-centric translation from Beam pipeline to IR DAG](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-183)
   
   **Major changes:**
   - Implemented DAG-centric translation from Beam pipeline to Nemo IR, which consists to the two phases:
     - **PipelineVisitor** traverses through the given Beam pipeline to construct DAG of Beam transforms, while preserving the hierarchy of CompositeTransforms.
     - **PipelineTranslator** defines not only mappings between PrimitiveTransform and IRVertex, but also correspondneces between CompositeTransform and TranslationContext, based on which PipelineTranslator can tune translation behavior.
   
   **Minor changes to note:**
   - N/A
   
   **Tests for the changes:**
   - Modiifed existing tests to match the topological ordering produced by the new visitor.
   
   **Other comments:**
   - N/A
   
   resolves [NEMO-183](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-183)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services