Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Aug 19, 2015
1 parent 4a47919 commit 210ca43
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -820,11 +820,7 @@ class DAGScheduler(
try {
// New stage creation may throw an exception if, for example, jobs are run on a
// HadoopRDD whose underlying HDFS files have been deleted.
<<<<<<< HEAD
finalStage = newResultStage(finalRDD, partitions.length, jobId, callSite)
=======
finalStage = newResultStage(finalRDD, func, partitions, jobId, callSite)
>>>>>>> 9c0f689... Remove reduce task stuff, clean up, add docs and tests
} catch {
case e: Exception =>
logWarning("Creating new stage failed due to exception - job: " + jobId, e)
Expand Down

0 comments on commit 210ca43

Please sign in to comment.