Skip to content

Commit

Permalink
SPARK-7729: scalastyle again.
Browse files Browse the repository at this point in the history
  • Loading branch information
archit.thakur committed Nov 20, 2015
1 parent e1577dc commit 826587f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private[ui] class ExecutorsPage(
private val listener = parent.listener

def render(request: HttpServletRequest): Seq[Node] = {
val storageStatusList =
val storageStatusList =
listener.storageStatusList ++ listener.removedExecutorStorageStatusList
val maxMem = storageStatusList.map(_.maxMem).sum
val memUsed = storageStatusList.map(_.memUsed).sum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ class ExecutorsListener(storageStatusListener: StorageStatusListener) extends Sp
val executorIdToData = HashMap[String, ExecutorUIData]()

def storageStatusList: Seq[StorageStatus] = storageStatusListener.storageStatusList
def removedExecutorStorageStatusList: Seq[StorageStatus] =

def removedExecutorStorageStatusList: Seq[StorageStatus] =
storageStatusListener.removedExecutorStorageStatusList

override def onExecutorAdded(executorAdded: SparkListenerExecutorAdded): Unit = synchronized {
Expand Down

0 comments on commit 826587f

Please sign in to comment.