aboutsummaryrefslogtreecommitdiff
path: root/examples/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2434][MLlib]: Warning messages that point users to original MLlib impl...Burak2014-07-2111-1/+141
* [MLlib] SPARK-1536: multiclass classification support for decision treeManish Amde2014-07-181-7/+14
* [SPARK-2570] [SQL] Fix the bug of ClassCastExceptionCheng Hao2014-07-171-1/+1
* 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-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQLYin Huai2014-06-172-2/+79
* [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-096-1/+232
* 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
* Fix PEP8 violations in examples/src/main/python.Reynold Xin2014-05-256-19/+25
* [SPARK-1874][MLLIB] Clean up MLlib sample dataXiangrui Meng2014-05-193-2/+36
* [SPARK-1824] Remove <master> from Python examplesAndrew Or2014-05-1610-53/+53
* Fixed streaming examples docs to use run-example instead of spark-submitTathagata Das2014-05-1417-72/+95
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-101-5/+7
* Fixing typo in als.pyEvan Sparks2014-05-081-1/+1
* SPARK-1565, update examples to be used with spark-submit script.Prashant Sharma2014-05-0853-469/+389
* Use numpy directly for matrix multiply.Evan Sparks2014-05-081-8/+7
* 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-062-6/+4
* SPARK-1637: Clean up examples for 1.0Sandeep2014-05-0636-52/+625
* [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guideXiangrui Meng2014-05-053-6/+6
* [SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guideTathagata Das2014-05-054-5/+9
* Handle the vals that never usedWangTao2014-04-293-3/+1
* [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-283-4/+261
* 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
* [SQL] SPARK-1571 Mistake in java example codeMichael Armbrust2014-04-221-4/+4
* 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-1035-67/+60
* 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-082-13/+22
* [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
* [SQL] SPARK-1333 First draft of java APIMichael Armbrust2014-04-031-0/+99
* [SPARK-1212, Part II] Support sparse data in MLlibXiangrui Meng2014-04-021-10/+4
* 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-1212] Adding sparse data support and update KMeansXiangrui Meng2014-03-232-149/+12
* SPARK-1251 Support for optimizing and executing structured queriesMichael Armbrust2014-03-204-0/+638