Skip to content
Snippets Groups Projects
  1. Nov 20, 2012
  2. Oct 22, 2012
  3. Oct 13, 2012
  4. Oct 09, 2012
  5. Oct 07, 2012
  6. Oct 01, 2012
  7. Sep 30, 2012
    • Matei Zaharia's avatar
      Fixed several bugs that caused weird behavior with files in spark-shell: · 83143f9a
      Matei Zaharia authored
      - SizeEstimator was following through a ClassLoader field of Hadoop
        JobConfs, which referenced the whole interpreter, Scala compiler, etc.
        Chaos ensued, giving an estimated size in the tens of gigabytes.
      - Broadcast variables in local mode were only stored as MEMORY_ONLY and
        never made accessible over a server, so they fell out of the cache when
        they were deemed too large and couldn't be reloaded.
      83143f9a
  8. Aug 23, 2012
  9. Jul 06, 2012
  10. Jun 17, 2012
  11. Jun 16, 2012
  12. Jun 13, 2012
  13. Jun 12, 2012
  14. May 30, 2012
  15. Mar 17, 2012
  16. Nov 07, 2011
  17. Aug 31, 2011
    • Ismael Juma's avatar
      Upgrade to Scala 2.9.1. · 483f724d
      Ismael Juma authored
      Interestingly, the version in Maven is 2.9.1, but SBT outputs file to the 2.9.1.final
      directory inside target.
      
      A couple of small changes in SparkIMain were also required.
      
      All tests pass and ./spark-shell launches successfully.
      483f724d
  18. Aug 02, 2011
  19. Jul 14, 2011
  20. Jun 26, 2011
  21. Jun 01, 2011
  22. May 31, 2011
  23. May 27, 2011
Loading