File tree Expand file tree Collapse file tree
core/src/main/scala/org/apache/spark/deploy/history Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,9 +209,8 @@ private[history] class ApplicationCache(
209209
210210 /**
211211 * Register a filter for the web UI which checks for updates to the given app/attempt
212- * @param ui Spark UI to attach filters to
213- * @param appId application ID
214- * @param attemptId attempt ID
212+ * @param key consisted of appId and attemptId
213+ * @param loadedUI Spark UI to attach filters to
215214 */
216215 private def registerFilter (key : CacheKey , loadedUI : LoadedAppUI ): Unit = {
217216 require(loadedUI != null )
@@ -231,7 +230,7 @@ private[history] class ApplicationCache(
231230/**
232231 * An entry in the cache.
233232 *
234- * @param ui Spark UI
233+ * @param loadedUI Spark UI
235234 * @param completed Flag to indicated that the application has completed (and so
236235 * does not need refreshing).
237236 */
You can’t perform that action at this time.
0 commit comments