Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19700#discussion_r150041314
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLListener.scala ---
    @@ -101,6 +101,8 @@ class SQLListener(conf: SparkConf) extends 
SparkListener with Logging {
     
       private val retainedExecutions = 
conf.getInt("spark.sql.ui.retainedExecutions", 1000)
     
    +  private val retainedStages = conf.getInt("spark.ui.retainedStages", 1000)
    --- End diff --
    
    @tashoyan . Could you add a doc for this like 
`spark.sql.ui.retainedExecutions` here?
    Please refer #9052.


---

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

Reply via email to