Skip to content

Commit

Permalink
Undo some leftover changes from the earlier approach.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Oct 29, 2014
1 parent f4ac1c1 commit bc1e675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private[ui] class ExecutorsPage(
parent: ExecutorsTab,
threadDumpEnabled: Boolean)
extends WebUIPage("") {
private val listener = parent.executorsListener
private val listener = parent.listener

def render(request: HttpServletRequest): Seq[Node] = {
val storageStatusList = listener.storageStatusList
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ import org.apache.spark.storage.StorageStatusListener
import org.apache.spark.ui.{SparkUI, SparkUITab}

private[ui] class ExecutorsTab(parent: SparkUI) extends SparkUITab(parent, "executors") {
val executorsListener = parent.executorsListener
val jobProgressListener = parent.jobProgressListener
val listener = parent.executorsListener
val threadDumpEnabled = parent.conf.getBoolean("spark.ui.threadDumpsEnabled", true)
val sc = parent.sc

Expand Down

0 comments on commit bc1e675

Please sign in to comment.