Skip to content

Commit 6141cb3

Browse files
committed
reformat to satisfy scalastyle linelength. build failed from jenkins https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/22604/
1 parent 390893b commit 6141cb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ private[ui] class StagePage(parent: JobProgressTab) extends WebUIPage("stage") {
114114
Seq("Errors")
115115

116116
val taskTable = UIUtils.listingTable(
117-
taskHeaders, taskRow(hasAccumulators, hasInput, hasShuffleRead, hasShuffleWrite, hasBytesSpilled), tasks)
117+
taskHeaders,
118+
taskRow(hasAccumulators, hasInput, hasShuffleRead, hasShuffleWrite, hasBytesSpilled),
119+
tasks)
118120

119121
// Excludes tasks which failed and have incomplete metrics
120122
val validTasks = tasks.filter(t => t.taskInfo.status == "SUCCESS" && t.taskMetrics.isDefined)

0 commit comments

Comments
 (0)