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

    https://github.com/apache/spark/pull/4216#discussion_r24222835
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala ---
    @@ -56,8 +55,16 @@ private[spark] class SparkSubmitArguments(args: 
Seq[String], env: Map[String, St
       var verbose: Boolean = false
       var isPython: Boolean = false
       var pyFiles: String = null
    +  var action: SparkSubmitAction = null
       val sparkProperties: HashMap[String, String] = new HashMap[String, 
String]()
     
    +  // Standalone cluster mode only
    +  var useRest: Boolean = true
    --- End diff --
    
    this is not actually settable by the user, so for this one it might be good 
to indicate it's used only internally


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