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 d2ef58d commit 101a698Copy full SHA for 101a698
core/src/main/scala/org/apache/spark/status/api/v1/OneStageResource.scala
@@ -115,7 +115,7 @@ private[v1] class OneStageResource(uiRoot: UIRoot) {
115
def getStatusInfoUi(status: StageStatus, infos: Seq[StageInfo]): Seq[StageStatusInfoUi] = {
116
infos.filter { _.stageId == stageId }.map { info =>
117
val ui = listener.stageIdToData.getOrElse((info.stageId, info.attemptId),
118
- //this is an internal error -- we should always have uiData
+ // this is an internal error -- we should always have uiData
119
throw new SparkException(
120
s"no stage ui data found for stage: ${info.stageId}:${info.attemptId}")
121
)
0 commit comments