Github user mateiz commented on the pull request:

    https://github.com/apache/spark/pull/1776#issuecomment-51502324
  
    Keep in mind with these messages that INFO level is also used in executor 
logs, which are the only way to debug a problem after a job ran. I wouldn't 
remove too many of those -- asking the user to rerun their job with DEBUG is 
not something we want to do on a regular basis.
    
    If some of these clutter output on the driver, we can deal with them 
separately. In my experience the vast majority of messages on the driver are 
from the job scheduler, and we can just replace that with something that prints 
a progress bar nicely.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to