Skip to content
Snippets Groups Projects
  1. Jan 01, 2014
  2. Dec 31, 2013
  3. Dec 30, 2013
    • Patrick Wendell's avatar
      SPARK-1008: Logging improvments · cffe1c1d
      Patrick Wendell authored
      1. Adds a default log4j file that gets loaded if users haven't specified a log4j file.
      2. Isolates use of the tools assembly jar. I found this produced SLF4J warnings
         after building with SBT (and I've seen similar warnings on the mailing list).
      cffe1c1d
  4. 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
  5. Dec 24, 2013
  6. Dec 15, 2013
  7. Dec 13, 2013
  8. Dec 10, 2013
  9. Dec 07, 2013
  10. Nov 26, 2013
  11. Nov 15, 2013
    • Aaron Davidson's avatar
      Various merge corrections · f629ba95
      Aaron Davidson authored
      I've diff'd this patch against my own -- since they were both created
      independently, this means that two sets of eyes have gone over all the
      merge conflicts that were created, so I'm feeling significantly more
      confident in the resulting PR.
      
      @rxin has looked at the changes to the repl and is resoundingly
      confident that they are correct.
      f629ba95
  12. Nov 09, 2013
  13. Oct 24, 2013
  14. Oct 17, 2013
    • Aaron Davidson's avatar
      Spark shell exits if it cannot create SparkContext · 74737264
      Aaron Davidson authored
      Mainly, this occurs if you provide a messed up MASTER url (one that doesn't match one
      of our regexes). Previously, we would default to Mesos, fail, and then start the shell
      anyway, except that any Spark command would fail.
      74737264
  15. Oct 06, 2013
  16. Sep 26, 2013
  17. Sep 24, 2013
  18. Sep 15, 2013
  19. Sep 10, 2013
  20. Sep 06, 2013
  21. Sep 02, 2013
  22. Sep 01, 2013
  23. Aug 21, 2013
  24. Aug 18, 2013
  25. Aug 16, 2013
  26. Aug 13, 2013
  27. Jul 30, 2013
  28. Jul 16, 2013
  29. Jul 12, 2013
  30. Jul 11, 2013
  31. Jun 25, 2013
Loading