Skip to content
Snippets Groups Projects
  1. Feb 26, 2014
    • Bouke van der Bijl's avatar
      SPARK-1115: Catch depickling errors · 12738c1a
      Bouke van der Bijl authored
      This surroungs the complete worker code in a try/except block so we catch any error that arrives. An example would be the depickling failing for some reason
      
      @JoshRosen
      
      Author: Bouke van der Bijl <boukevanderbijl@gmail.com>
      
      Closes #644 from bouk/catch-depickling-errors and squashes the following commits:
      
      f0f67cc [Bouke van der Bijl] Lol indentation
      0e4d504 [Bouke van der Bijl] Surround the complete python worker with the try block
      12738c1a
  2. Feb 22, 2014
    • jyotiska's avatar
      Fixed minor typo in worker.py · 3ff077d4
      jyotiska authored
      Fixed minor typo in worker.py
      
      Author: jyotiska <jyotiska123@gmail.com>
      
      Closes #630 from jyotiska/pyspark_code and squashes the following commits:
      
      ee44201 [jyotiska] typo fixed in worker.py
      3ff077d4
  3. Jan 28, 2014
    • Josh Rosen's avatar
      Switch from MUTF8 to UTF8 in PySpark serializers. · 1381fc72
      Josh Rosen authored
      This fixes SPARK-1043, a bug introduced in 0.9.0
      where PySpark couldn't serialize strings > 64kB.
      
      This fix was written by @tyro89 and @bouk in #512.
      This commit squashes and rebases their pull request
      in order to fix some merge conflicts.
      1381fc72
  4. Jan 12, 2014
    • Matei Zaharia's avatar
      Log Python exceptions to stderr as well · 5741078c
      Matei Zaharia authored
      This helps in case the exception happened while serializing a record to
      be sent to Java, leaving the stream to Java in an inconsistent state
      where PythonRDD won't be able to read the error.
      5741078c
  5. Nov 10, 2013
  6. Nov 03, 2013
  7. Sep 01, 2013
  8. Aug 16, 2013
  9. Jul 16, 2013
  10. Jun 21, 2013
  11. Feb 01, 2013
  12. Jan 31, 2013
  13. Jan 23, 2013
  14. Jan 22, 2013
  15. Jan 21, 2013
  16. Jan 20, 2013
  17. Jan 08, 2013
  18. Jan 01, 2013
  19. Dec 24, 2012
  20. Oct 19, 2012
  21. Aug 27, 2012
  22. Aug 24, 2012
  23. Aug 22, 2012
  24. Aug 21, 2012
  25. Aug 19, 2012
Loading