We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daab563 commit b1e6e8bCopy full SHA for b1e6e8b
core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala
@@ -165,7 +165,7 @@ private[ui] class AllJobsPage(parent: JobsTab) extends WebUIPage("") {
165
content ++= <h4 id ="failed">Failed Jobs ({failedJobs.size})</h4> ++
166
failedJobsTable
167
}
168
- val helpText = """A job is triggered by a action, like "count()" or "saveAsTextFile()".""" +
+ val helpText = """A job is triggered by an action, like "count()" or "saveAsTextFile()".""" +
169
" Click on a job's title to see information about the stages of tasks associated with" +
170
" the job."
171
0 commit comments