eyalbenivri commented on a change in pull request #20: PySpark fixes for YARN
and Mesos
URL: https://github.com/apache/incubator-amaterasu/pull/20#discussion_r191042899
##########
File path:
executor/src/main/scala/org/apache/amaterasu/executor/execution/actions/runners/spark/PySpark/PySparkRunner.scala
##########
@@ -53,6 +54,7 @@ class PySparkRunner extends AmaterasuRunner with Logging {
do {
res = resQueue.getNext()
+ notifier.info(s"RES: $res")
Review comment:
for notifier info (as opposed to debug messages), I would explain the log
string a bit better. i.e "Result: " instead of "RES:"
----------------------------------------------------------------
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