PawasChhokra commented on a change in pull request #14945:
URL: https://github.com/apache/beam/pull/14945#discussion_r647509484



##########
File path: 
runners/samza/src/main/java/org/apache/beam/runners/samza/SamzaRunner.java
##########
@@ -82,11 +84,15 @@ private SamzaRunner(SamzaPipelineOptions options) {
 
   public PortablePipelineResult runPortablePipeline(RunnerApi.Pipeline 
pipeline, JobInfo jobInfo) {
     final String dotGraph = PipelineDotRenderer.toDotString(pipeline);
-    LOG.info("Portable pipeline to run:\n{}", dotGraph);
+    LOG.info("Portable pipeline to run dot graph:\n{}", dotGraph);

Review comment:
       We just need the json graph. We don't need both. I will remove the dot 
graph. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to