Skip to content
Snippets Groups Projects
  1. Aug 16, 2013
  2. 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
  3. Jul 16, 2013
  4. Feb 03, 2013
  5. Feb 01, 2013
  6. Jan 23, 2013
  7. Jan 22, 2013
  8. Jan 21, 2013
  9. Jan 20, 2013
  10. Jan 10, 2013
  11. Jan 03, 2013
  12. Jan 01, 2013
  13. Dec 29, 2012
  14. Dec 27, 2012
  15. Dec 26, 2012
  16. Dec 24, 2012
  17. Oct 19, 2012
  18. Aug 27, 2012
  19. Aug 21, 2012
  20. Aug 19, 2012
Loading