Github user WangTaoTheTonic commented on the pull request:

    https://github.com/apache/spark/pull/5202#issuecomment-86626534
  
    I understand Sean says `This change makes log output mix with program 
output.`
    Perhaps log the spark message to System.err could not solve the mixed 
problem either(like Pavel pointed), but the normal way is using a self-defined 
log4j properties that can split user/spark/other output away using multiple 
appenders.
    
    So if it is not a big problem here, what about print stream used in 
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala#L85
 ?
    
    Is it a side-channel on purpose?


---
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