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

    https://github.com/apache/spark/pull/5574#discussion_r28904199
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala ---
    @@ -407,7 +474,13 @@ private[spark] object SparkConf extends Logging {
             "The spark.cache.class property is no longer being used! Specify 
storage levels using " +
             "the RDD.persist() method instead."),
           DeprecatedConfig("spark.yarn.user.classpath.first", "1.3",
    -        "Please use spark.{driver,executor}.userClassPathFirst instead."))
    +        "Please use spark.{driver,executor}.userClassPathFirst instead."),
    +      DeprecatedConfig("spark.kryoserializer.buffer.mb", "1.4",
    --- End diff --
    
    Automatic translation would fail with a NumberFormatException though if 
they try to pass in a correctly formatted new value for the old config (e.g. 
64k) and there's nowhere to catch that exception in this code.  


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