Skip to content

Commit

Permalink
Don't try to return a value from DAGScheduler.runJob
Browse files Browse the repository at this point in the history
  • Loading branch information
markhamstra committed Jul 2, 2013
1 parent 5c11932 commit 4e5860d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/scala/spark/scheduler/DAGScheduler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ class DAGScheduler(
logInfo("Failed to run " + callSite)
throw exception
}
r
}

def runApproximateJob[T, U, R](
Expand Down

0 comments on commit 4e5860d

Please sign in to comment.