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

    https://github.com/apache/spark/pull/21433#discussion_r216209988
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
    @@ -72,6 +72,9 @@ package object config {
       private[spark] val EVENT_LOG_OVERWRITE =
         
ConfigBuilder("spark.eventLog.overwrite").booleanConf.createWithDefault(false)
     
    +  private[spark] val EVENT_LOG_CALLSITE_FORM =
    +    
ConfigBuilder("spark.eventLog.callsite").stringConf.createWithDefault("short")
    --- End diff --
    
    Not sure whether we should introduce a conf here. cc @rxin 


---

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

Reply via email to