Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18519#discussion_r126790869
  
    --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala ---
    @@ -65,7 +67,7 @@ private[deploy] object SparkSubmitAction extends 
Enumeration {
      * This program handles setting up the classpath with relevant Spark 
dependencies and provides
      * a layer over the different cluster managers and deploy modes that Spark 
supports.
      */
    -object SparkSubmit extends CommandLineUtils {
    +object SparkSubmit extends CommandLineUtils with Logging {
    --- End diff --
    
    You can't do this. This breaks the logging configuration of `spark-shell` 
and other shells (which is WARN by default instead of INFO).


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