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

    https://github.com/apache/spark/pull/3607#discussion_r21311166
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala ---
    @@ -279,6 +285,10 @@ private[spark] class SparkSubmitArguments(args: 
Seq[String], env: Map[String, St
             driverExtraLibraryPath = value
             parse(tail)
     
    +      case ("--am-memory") :: value :: tail =>
    --- End diff --
    
    I am a little bit on the fence here about having this config in 
spark-submit.  I'm not sure if it will cause more confusion since it only 
applies to client mode.  I'm wondering if perhaps we just add the config for 
now.
    
    @vanzin @andrewor14 thoughts on that since you both commented on the 
am.extraJavaOptions pr


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