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