Skip to content
Snippets Groups Projects
  1. Dec 29, 2013
  2. Dec 28, 2013
  3. Dec 18, 2013
  4. Nov 10, 2013
  5. Nov 03, 2013
  6. Oct 22, 2013
    • Ewen Cheslack-Postava's avatar
      Pass self to SparkContext._ensure_initialized. · 317a9eb1
      Ewen Cheslack-Postava authored
      The constructor for SparkContext should pass in self so that we track
      the current context and produce errors if another one is created. Add
      a doctest to make sure creating multiple contexts triggers the
      exception.
      317a9eb1
    • Ewen Cheslack-Postava's avatar
      Add classmethod to SparkContext to set system properties. · 56d230e6
      Ewen Cheslack-Postava authored
      Add a new classmethod to SparkContext to set system properties like is
      possible in Scala/Java. Unlike the Java/Scala implementations, there's
      no access to System until the JVM bridge is created. Since
      SparkContext handles that, move the initialization of the JVM
      connection to a separate classmethod that can safely be called
      repeatedly as long as the same instance (or no instance) is provided.
      56d230e6
  7. Sep 08, 2013
  8. Sep 07, 2013
  9. Sep 06, 2013
  10. Sep 01, 2013
  11. Aug 16, 2013
  12. 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
  13. Jul 16, 2013
  14. Feb 03, 2013
  15. Feb 01, 2013
  16. Jan 23, 2013
  17. Jan 22, 2013
  18. Jan 21, 2013
  19. Jan 20, 2013
  20. Jan 10, 2013
  21. Jan 03, 2013
  22. Jan 01, 2013
  23. Dec 29, 2012
  24. Dec 27, 2012
  25. Dec 26, 2012
  26. Dec 24, 2012
  27. Oct 19, 2012
Loading