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

    https://github.com/apache/spark/pull/11500#discussion_r55726981
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala ---
    @@ -653,7 +653,9 @@ private[spark] object SparkConf extends Logging {
         "spark.memory.offHeap.enabled" -> Seq(
           AlternateConfig("spark.unsafe.offHeap", "1.6")),
         "spark.rpc.message.maxSize" -> Seq(
    -      AlternateConfig("spark.akka.frameSize", "1.6"))
    +      AlternateConfig("spark.akka.frameSize", "1.6")),
    +    "spark.yarn.jars" -> Seq(
    +      AlternateConfig("spark.yarn.jar", "2.0"))
    --- End diff --
    
    No, `.archive` is a new functionality that @tgravescs asked for during 
review of the spec; it behaves differently from the other two. `.jars` has the 
same functionality as the old `.jar` and then some more.


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