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

    https://github.com/apache/spark/pull/22362#discussion_r220364426
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala ---
    @@ -726,7 +726,11 @@ private[spark] object SparkConf extends Logging {
         DRIVER_MEMORY_OVERHEAD.key -> Seq(
           AlternateConfig("spark.yarn.driver.memoryOverhead", "2.3")),
         EXECUTOR_MEMORY_OVERHEAD.key -> Seq(
    -      AlternateConfig("spark.yarn.executor.memoryOverhead", "2.3"))
    +      AlternateConfig("spark.yarn.executor.memoryOverhead", "2.3")),
    +    KEYTAB.key -> Seq(
    +      AlternateConfig("spark.yarn.keytab", "2.4")),
    --- End diff --
    
    Okay. I will then point to 2.5.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to