Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
squito committed Apr 8, 2015
1 parent d2ef58d commit 101a698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private[v1] class OneStageResource(uiRoot: UIRoot) {
def getStatusInfoUi(status: StageStatus, infos: Seq[StageInfo]): Seq[StageStatusInfoUi] = {
infos.filter { _.stageId == stageId }.map { info =>
val ui = listener.stageIdToData.getOrElse((info.stageId, info.attemptId),
//this is an internal error -- we should always have uiData
// this is an internal error -- we should always have uiData
throw new SparkException(
s"no stage ui data found for stage: ${info.stageId}:${info.attemptId}")
)
Expand Down

0 comments on commit 101a698

Please sign in to comment.