Skip to content

Commit

Permalink
Merge pull request #1 from ash211/patch-1
Browse files Browse the repository at this point in the history
Looks good. Thanks!
  • Loading branch information
kelvinchu committed Mar 19, 2014
2 parents f2c4e9b + 11b1e35 commit d62d6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job-server/src/spark.jobserver/JobManagerActor.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class JobManagerActor(dao: JobDAO,
// the executors to re-download the jar every time, and causes race conditions.
// NOTE: It's important that jobCache be lazy as sparkContext is not initialized until later
private val jobCacheSize = Try(config.getInt("spark.job-cache.max-entries")).getOrElse(10000)
// Use Spark Context's built in classloader when PR #1230 is merged.
// Use Spark Context's built in classloader when SPARK-1230 is merged.
private val jarLoader = new ContextURLClassLoader(Array[URL](), getClass.getClassLoader)
lazy val jobCache = new JobCache(jobCacheSize, dao, sparkContext, jarLoader)

Expand Down

0 comments on commit d62d6fd

Please sign in to comment.