Skip to content
Snippets Groups Projects
  1. Sep 08, 2013
  2. Sep 07, 2013
  3. Sep 06, 2013
  4. Sep 01, 2013
  5. Aug 16, 2013
  6. Jul 29, 2013
    • Matei Zaharia's avatar
      SPARK-815. Python parallelize() should split lists before batching · feba7ee5
      Matei Zaharia authored
      One unfortunate consequence of this fix is that we materialize any
      collections that are given to us as generators, but this seems necessary
      to get reasonable behavior on small collections. We could add a
      batchSize parameter later to bypass auto-computation of batch size if
      this becomes a problem (e.g. if users really want to parallelize big
      generators nicely)
      feba7ee5
  7. Jul 16, 2013
  8. Feb 03, 2013
  9. Feb 01, 2013
  10. Jan 23, 2013
  11. Jan 22, 2013
  12. Jan 21, 2013
  13. Jan 20, 2013
  14. Jan 10, 2013
  15. Jan 03, 2013
  16. Jan 01, 2013
  17. Dec 29, 2012
  18. Dec 27, 2012
  19. Dec 26, 2012
  20. Dec 24, 2012
  21. Oct 19, 2012
  22. Aug 27, 2012
  23. Aug 21, 2012
  24. Aug 19, 2012
Loading