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

    https://github.com/apache/spark/pull/22381#discussion_r216378185
  
    --- Diff: core/src/main/scala/org/apache/spark/status/AppStatusStore.scala 
---
    @@ -503,9 +503,12 @@ private[spark] object AppStatusStore {
       /**
        * Create an in-memory store for a live application.
        */
    -  def createLiveStore(conf: SparkConf): AppStatusStore = {
    +  def createLiveStore(
    +      conf: SparkConf,
    +      appStatusSource: Option[AppStatusSource] = None):
    --- End diff --
    
    nit: `: AppStatusStore`?


---

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

Reply via email to