Skip to content
Snippets Groups Projects
  1. Nov 20, 2012
  2. Nov 11, 2012
  3. Oct 12, 2012
    • Matei Zaharia's avatar
      Some doc and usability improvements: · 8d7b77bc
      Matei Zaharia authored
      - Added a StorageLevels class for easy access to StorageLevel constants
        in Java
      - Added doc comments on Function classes in Java
      - Updated Accumulator and HadoopWriter docs slightly
      8d7b77bc
  4. Sep 25, 2012
  5. Aug 30, 2012
  6. Aug 26, 2012
  7. Aug 12, 2012
  8. Aug 04, 2012
  9. Jul 28, 2012
  10. Jul 25, 2012
  11. Jul 24, 2012
  12. Jul 22, 2012
    • Josh Rosen's avatar
      Improve Java API examples · 460da878
      Josh Rosen authored
      - Replace JavaLR example with JavaHdfsLR example.
      - Use anonymous classes in JavaWordCount; add options.
      - Remove @Override annotations.
      460da878
  13. Jul 18, 2012
  14. Jul 12, 2012
  15. Jun 06, 2012
  16. Feb 09, 2012
  17. Jan 31, 2012
  18. Dec 01, 2011
  19. Nov 21, 2011
    • Edison Tung's avatar
      Added KMeans examples · 3b9d9de5
      Edison Tung authored
      LocalKMeans runs locally with a randomly generated dataset.
      SparkLocalKMeans takes an input file and runs KMeans on it.
      3b9d9de5
  20. Nov 13, 2011
    • Ankur Dave's avatar
      Report errors in tasks to the driver via a Mesos status update · 35b6358a
      Ankur Dave authored
      When a task throws an exception, the Spark executor previously just
      logged it to a local file on the slave and exited. This commit causes
      Spark to also report the exception back to the driver using a Mesos
      status update, so the user doesn't have to look through a log file on
      the slave.
      
      Here's what the reporting currently looks like:
      
          # ./run spark.examples.ExceptionHandlingTest master@203.0.113.1:5050
          [...]
          11/10/26 21:04:13 INFO spark.SimpleJob: Lost TID 1 (task 0:1)
          11/10/26 21:04:13 INFO spark.SimpleJob: Loss was due to java.lang.Exception: Testing exception handling
          [...]
          11/10/26 21:04:16 INFO spark.SparkContext: Job finished in 5.988547328 s
      35b6358a
  21. Nov 01, 2011
  22. Aug 02, 2011
  23. May 26, 2011
  24. Feb 27, 2011
  25. Feb 09, 2011
  26. Feb 02, 2011
  27. Feb 01, 2011
Loading