iemejia commented on a change in pull request #14132:
URL: https://github.com/apache/beam/pull/14132#discussion_r585960827
##########
File path:
runners/spark/src/main/java/org/apache/beam/runners/spark/SparkPipelineRunner.java
##########
@@ -163,8 +160,6 @@ public PortablePipelineResult run(RunnerApi.Pipeline
pipeline, JobInfo jobInfo)
}
}
- LOG.info(String.format("Running job %s on Spark master %s",
jobInfo.jobId(), jsc.master()));
Review comment:
This one is removed because it is repeated twice, see some lines below
in the file for the same log.
----------------------------------------------------------------
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]