Skip to content
Snippets Groups Projects
  1. Jan 02, 2014
  2. Dec 28, 2013
    • Matei Zaharia's avatar
      Various fixes to configuration code · 642029e7
      Matei Zaharia authored
      - Got rid of global SparkContext.globalConf
      - Pass SparkConf to serializers and compression codecs
      - Made SparkConf public instead of private[spark]
      - Improved API of SparkContext and SparkConf
      - Switched executor environment vars to be passed through SparkConf
      - Fixed some places that were still using system properties
      - Fixed some tests, though others are still failing
      
      This still fails several tests in core, repl and streaming, likely due
      to properties not being set or cleared correctly (some of the tests run
      fine in isolation).
      642029e7
  3. Dec 25, 2013
  4. Dec 24, 2013
  5. Dec 15, 2013
  6. Dec 12, 2013
  7. Dec 10, 2013
  8. Dec 09, 2013
  9. Dec 07, 2013
  10. Dec 06, 2013
  11. Nov 23, 2013
  12. Nov 21, 2013
  13. Nov 19, 2013
  14. Nov 18, 2013
  15. Nov 15, 2013
  16. Nov 13, 2013
  17. Nov 04, 2013
  18. Oct 30, 2013
    • Kay Ousterhout's avatar
      Deduplicate Local and Cluster schedulers. · 5e91495f
      Kay Ousterhout authored
      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.
      5e91495f
  19. Oct 21, 2013
  20. Oct 16, 2013
  21. Oct 06, 2013
  22. Oct 03, 2013
  23. Oct 02, 2013
  24. Sep 26, 2013
  25. Sep 24, 2013
  26. Sep 23, 2013
  27. Sep 21, 2013
  28. Sep 13, 2013
  29. Sep 06, 2013
  30. Sep 03, 2013
  31. Sep 02, 2013
Loading