aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* SPARK-2427: Fix Scala examples that use the wrong command line arguments indexArtjom-Metro2014-07-103-6/+16
* Clean up SparkKMeans example's codeRaymond Liu2014-07-091-5/+0
* [SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALSNeville Li2014-07-071-0/+3
* [SPARK-1672][MLLIB] Separate user and product partitioning in ALSTor Myklebust2014-06-111-1/+11
* SPARK-1416: PySpark support for SequenceFile and Hadoop InputFormatsNick Pentreath2014-06-094-1/+81
* SPARK-1628: Add missing hashCode methods in Partitioner subclasseszsxwing2014-06-081-0/+2
* [SPARK-1752][MLLIB] Standardize text format for vectors and labeled pointsXiangrui Meng2014-06-041-1/+1
* Synthetic GraphX BenchmarkJoseph E. Gonzalez2014-06-031-0/+128
* fix java.lang.ClassCastExceptionbaishuo(白硕)2014-06-031-1/+1
* [SPARK-1874][MLLIB] Clean up MLlib sample dataXiangrui Meng2014-05-193-2/+36
* Fixed streaming examples docs to use run-example instead of spark-submitTathagata Das2014-05-1413-55/+74
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-101-5/+7
* SPARK-1565, update examples to be used with spark-submit script.Prashant Sharma2014-05-0839-341/+262
* SPARK-1668: Add implicit preference as an option to examples/MovieLensALSSandeep2014-05-081-9/+46
* SPARK-1544 Add support for deep decision trees.Manish Amde2014-05-071-1/+1
* [HOTFIX] SPARK-1637: There are some Streaming examples added after the PR #57...Sandeep2014-05-061-2/+2
* SPARK-1637: Clean up examples for 1.0Sandeep2014-05-0619-43/+38
* [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guideXiangrui Meng2014-05-053-6/+6
* [SPARK-1636][MLLIB] Move main methods to examplesXiangrui Meng2014-04-298-16/+781
* [SPARK-1633][Streaming] Java API unit test and example for custom streaming r...Tathagata Das2014-04-281-0/+108
* Update KafkaWordCount.scalabaishuo(白硕)2014-04-251-1/+1
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-241-1/+1
* Fix Scala StyleSandeep2014-04-242-4/+6
* SPARK-1496: Have jarOfClass return Option[String]Patrick Wendell2014-04-2236-36/+36
* [SPARK-1332] Improve Spark Streaming's Network Receiver and InputDStream API ...Tathagata Das2014-04-211-3/+3
* SPARK-1462: Examples of ML algorithms are using deprecated APIsSandeep2014-04-1620-66/+100
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-141-0/+2
* SPARK-1446: Spark examples should not do a System.exitSandeep2014-04-1027-57/+50
* SPARK-1407 drain event queue before stopping event loggerKan Zhang2014-04-091-1/+1
* [SPARK-1390] Refactoring of matrices backed by RDDsXiangrui Meng2014-04-084-110/+128
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-081-5/+9
* [SQL] SPARK-1366 Consistent sql function across different types of SQLContextsMichael Armbrust2014-04-041-6/+6
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-043-1/+133
* SPARK-1352 - Comment style single space before ending */ check.Prashant Sharma2014-03-301-1/+1
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-286-7/+3
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-202-0/+135
* Principal Component AnalysisReza Zadeh2014-03-202-2/+53
* SPARK-1160: Deprecate toArray in RDDCodingCat2014-03-122-3/+3
* Example for cassandra CQL read/write from sparkanitatailor2014-03-061-0/+137
* SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use ser...Thomas Graves2014-03-061-3/+4
* Merge pull request #567 from ScrapCodes/style2.Prashant Sharma2014-02-0920-108/+144
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-094-14/+25
* Merge pull request #540 from sslavic/patch-3. Closes #540.Stevo Slavić2014-02-051-2/+2
* Merge pull request #529 from hsaputra/cleanup_right_arrowop_scalaHenry Saputra2014-02-021-1/+1
* Merge pull request #315 from rezazadeh/sparsesvdMatei Zaharia2014-01-221-0/+59
|\
| * Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-172-1/+19
| |\
| * | make example 0-indexedReza Zadeh2014-01-171-1/+1
| * | changes from PRReza Zadeh2014-01-171-1/+1
| * | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-1314-26/+75
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-1116-31/+188
| |\ \ \