Github user tashoyan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19700#discussion_r150100750
--- 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 --
Done for branch-2.2
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]