nchammas commented on issue #27800: [SPARK-31041][BUILD] Show Maven errors from within make-distribution.sh URL: https://github.com/apache/spark/pull/27800#issuecomment-596718878 I believe we can explicitly suppress the download progress bars and not have that noise. If that's all the concern is about, why don't I address that as part of this PR? Or, if you prefer, I can make a follow-up PR to do that. If I'm understanding the concern correctly, we just need to tweak the options here so that the downloads are always quiet: https://github.com/apache/spark/blob/d21aab403a0a32e8b705b38874c0b335e703bd5d/build/mvn#L38-L47 (And for the record, it seems that the current behavior is already to suppress download progress output on Jenkins. It's _outside_ of AMPLab Jenkins that progress bars are shown.)
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
