You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/31 15:15:07 UTC

[GitHub] [spark] srowen commented on issue #27061: [MINOR][CORE] Process bar should print new line to avoid polluting logs

srowen commented on issue #27061: [MINOR][CORE] Process bar should print new line to avoid polluting logs
URL: https://github.com/apache/spark/pull/27061#issuecomment-569943770
 
 
   You can disable it with `spark.ui.showConsoleProgress` in this case.
   But adding a line feed will cause it to print each update on a newline, won't it? it's meant to print over itself. Did you mean to add one CR/LF before or after the loop?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org