Skip to content

Commit

Permalink
Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Jun 4, 2015
1 parent ad7cb53 commit e7d5449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import java.io._
import java.util.concurrent.ConcurrentHashMap
import java.util.zip.{GZIPInputStream, GZIPOutputStream}

import scala.collection.mutable.{HashSet, Map}
import scala.collection.mutable.{HashSet, Map, HashMap}
import scala.collection.JavaConversions._
import scala.reflect.ClassTag

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ class DAGScheduler(
private[scheduler] val eventProcessLoop = new DAGSchedulerEventProcessLoop(this)
taskScheduler.setDAGScheduler(this)

private val outputCommitCoordinator = env.outputCommitCoordinator

// Number of map, reduce tasks above which we do not assign preferred locations
// based on map output sizes.
private val SHUFFLE_PREF_MAP_THRESHOLD = 1000
Expand Down

0 comments on commit e7d5449

Please sign in to comment.