Hi all,

I just saw that the SparkSubmit.scala class has the following lines:

  object SparkSubmit {
    ...
    // Exposed for testing
    private[spark] var printStream: PrintStream = System.err
    ...
  }

This causes all verbose logging messages elsewhere in SparkSubmit to go to
stderr, not stdout.  Is this by design?  Verbose messages don't necessarily
reflect errors.  But as the comment states that it's for testing, maybe I'm
misunderstanding its intent...

Thanks in advance
  -Jay



--
View this message in context: 
http://apache-spark-developers-list.1001551.n3.nabble.com/SparkSubmit-scala-and-stderr-tp10417.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org

Reply via email to