[ 
https://issues.apache.org/jira/browse/BEAM-12453?focusedWorklogId=608498&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-608498
 ]

ASF GitHub Bot logged work on BEAM-12453:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Jun/21 14:40
            Start Date: 08/Jun/21 14:40
    Worklog Time Spent: 10m 
      Work Description: 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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 608498)
    Time Spent: 1h 50m  (was: 1h 40m)

> Create an interface inside Samza Beam Runner to get I/O information for a 
> Samza Beam job
> ----------------------------------------------------------------------------------------
>
>                 Key: BEAM-12453
>                 URL: https://issues.apache.org/jira/browse/BEAM-12453
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-samza
>            Reporter: Pawas Chhokra
>            Assignee: Pawas Chhokra
>            Priority: P2
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> This interface can be implemented for various kinds of I/O functionality used 
> by a Samza job.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to