Skip to content

Commit

Permalink
Changed message in case of missing DAG visualization info
Browse files Browse the repository at this point in the history
  • Loading branch information
smurakozi committed Jan 19, 2018
1 parent 832378d commit 6525ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/ui/jobs/JobPage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ private[ui] class JobPage(parent: JobsTab, store: AppStatusStore) extends WebUIP
case Some(operationGraph) => UIUtils.showDagVizForJob(jobId, operationGraph)
case None =>
<div id="no-info">
<p>No information to display for job {jobId}</p>
<p>No DAG visualization information to display for job {jobId}</p>
</div>
}
content ++= operationGraphContent
Expand Down

0 comments on commit 6525ef4

Please sign in to comment.