Skip to content
Snippets Groups Projects
Commit b749f0e2 authored by Justin Ma's avatar Justin Ma
Browse files

fixed typo in printing which task is already finished

parent 366c09c4
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ extends NScheduler with spark.Scheduler
activeOps(opId).statusUpdate(status)
}
case None =>
println("TID " + status.getTaskId + "already finished")
println("TID " + status.getTaskId + " already finished")
}
} catch {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment