taegeonum commented on a change in pull request #129: [NEMO-8] Implement 
PipeManagerMaster/Worker
URL: https://github.com/apache/incubator-nemo/pull/129#discussion_r228376367
 
 

 ##########
 File path: 
compiler/frontend/beam/src/main/java/org/apache/nemo/compiler/frontend/beam/PipelineTranslator.java
 ##########
 @@ -268,6 +268,12 @@ private static void windowTranslator(final 
TranslationContext ctx,
   private static void createPCollectionViewTranslator(final TranslationContext 
ctx,
                                                       final 
PrimitiveTransformVertex transformVertex,
                                                       final 
View.CreatePCollectionView<?, ?> transform) {
+    System.out.println("VIEW OUTPUT");
+    transformVertex.getNode().getOutputs().values().forEach(viewOutput -> 
System.out.println(viewOutput.toString()));
+    System.out.println("VIEW INPUT");
+    transformVertex.getNode().getInputs().values().forEach(viewOutput -> 
System.out.println(viewOutput.toString()));
 
 Review comment:
   rm  println

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to