aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Cache points in SparkLR example.Josh Rosen2012-08-261-2/+2
* Renamed apply() to call() in Java API and allowed it to throw ExceptionsMatei Zaharia2012-08-124-21/+25
* move Vector class into core and spark.util packageImran Rashid2012-07-287-88/+6
* Remove StringOps.split() from Java WordCount.Josh Rosen2012-07-251-5/+2
* Minor cleanup and optimizations in Java API.Josh Rosen2012-07-242-10/+13
* Improve Java API examplesJosh Rosen2012-07-225-198/+143
* Add Java APIJosh Rosen2012-07-185-0/+355
* Add System.exit(0) at the end of all the example programs.Matei Zaharia2012-06-0512-0/+19
* Format the code as coding style agreed by Matei/TD/Haoyuanhaoyuan2012-02-091-1/+1
* Some fixes to the examples (mostly to use functional API)Matei Zaharia2012-01-314-76/+72
* Merge pull request #103 from edisontung/masterMatei Zaharia2012-01-132-56/+142
|\
| * Revert de01b6deaaee1b43321e0aac330f4a98c0ea61c6^..HEADEdison Tung2011-12-011-73/+0
| * Renamed SparkLocalKMeans to SparkKMeansEdison Tung2011-12-011-56/+62
| * Added KMeans examplesEdison Tung2011-11-212-0/+153
* | Merge commit 'ad4ebff42c1b738746b2b9ecfbb041b6d06e3e16'Matei Zaharia2011-12-141-0/+18
|\ \
| * | Report errors in tasks to the driver via a Mesos status updateAnkur Dave2011-11-141-0/+18
| |/
* / Fixed LocalFileLR to deal with a change in Scala IO sourcesMatei Zaharia2011-12-011-1/+1
|/
* K-means exampleMatei Zaharia2011-11-012-3/+86
* Fix issue #65: Change @serializable to extends Serializable in 2.9 branchIsmael Juma2011-08-021-1/+1
* Merge branch 'mos-bt'Matei Zaharia2011-06-265-7/+161
|\
| * Merge branch 'mos-shuffle-tracked' into mos-btMosharaf Chowdhury2011-04-273-0/+129
| |\
| | * Merge branch 'master' into mos-shuffle-trackedMosharaf Chowdhury2011-04-273-0/+129
| * | Merged with master. Using sbt.Mosharaf Chowdhury2011-02-091-0/+30
| * | Merge branch 'master' into mos-btMosharaf Chowdhury2011-02-091-7/+2
| |/
* | Replace deprecated fromFunction with either tabulate or fill.Ismael Juma2011-05-264-6/+6
* | Use math instead of Math as the latter is deprecated.Ismael Juma2011-05-262-2/+2
* | Initial work towards new RDD designMatei Zaharia2011-02-262-47/+0
|/
* Moved examples to spark.examples packageMatei Zaharia2011-02-0213-0/+26
* Made examples and core subprojectsMatei Zaharia2011-02-0113-0/+621