Skip to content
Snippets Groups Projects
  1. Jan 05, 2014
  2. Jan 04, 2014
  3. Jan 02, 2014
  4. Dec 29, 2013
  5. Dec 27, 2013
  6. Dec 26, 2013
  7. Dec 25, 2013
  8. Dec 24, 2013
    • Patrick Wendell's avatar
      Merge pull request #127 from kayousterhout/consolidate_schedulers · 85a344b4
      Patrick Wendell authored
      Deduplicate Local and Cluster schedulers.
      
      The code in LocalScheduler/LocalTaskSetManager was nearly identical
      to the code in ClusterScheduler/ClusterTaskSetManager. The redundancy
      made making updating the schedulers unnecessarily painful and error-
      prone. This commit combines the two into a single TaskScheduler/
      TaskSetManager.
      
      Unfortunately the diff makes this change look much more invasive than it is -- TaskScheduler.scala is only superficially changed (names updated, overrides removed) from the old ClusterScheduler.scala, and the same with
      TaskSetManager.scala.
      
      Thanks @rxin for suggesting this change!
      85a344b4
    • Patrick Wendell's avatar
      Merge pull request #279 from aarondav/shuffle-cleanup0 · c2dd6bcd
      Patrick Wendell authored
      Clean up shuffle files once their metadata is gone
      
      Previously, we would only clean the in-memory metadata for consolidated shuffle files.
      
      Additionally, fixes a bug where the Metadata Cleaner was ignoring type-specific TTLs.
      c2dd6bcd
    • Kay Ousterhout's avatar
      Responded to Reynold's style comments · 1efe3adf
      Kay Ousterhout authored
      1efe3adf
    • Matei Zaharia's avatar
      Merge pull request #275 from ueshin/wip/changeclasspathorder · 3bf7c708
      Matei Zaharia authored
      Change the order of CLASSPATH.
      
      SPARK_TOOLS_JAR should be placed after CLASSPATH or at least after
      SPARK_CLASSPATH.
      
      If SPARK_TOOLS_JAR is placed before CLASSPATH, all assembled classes and
      resources in spark-tools-assembly.jar beat those in CLASSPATH or
      SPARK_CLASSPATH, which might be replaced by customized versions.
      3bf7c708
    • Reynold Xin's avatar
      Merge pull request #286 from rxin/build · d63856c3
      Reynold Xin authored
      Show full stack trace and time taken in unit tests.
      d63856c3
  9. Dec 23, 2013
  10. Dec 22, 2013
Loading