Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 18, 2012
    • Josh Rosen's avatar
      Add Java API · 01dce3f5
      Josh Rosen authored
      Add distinct() method to RDD.
      
      Fix bug in DoubleRDDFunctions.
      01dce3f5
  3. Jun 06, 2012
  4. Feb 09, 2012
  5. Jan 31, 2012
  6. Dec 01, 2011
  7. 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
  8. 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
  9. Nov 01, 2011
  10. Aug 02, 2011
  11. May 26, 2011
  12. Feb 27, 2011
  13. Feb 09, 2011
  14. Feb 02, 2011
  15. Feb 01, 2011
Loading