aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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-1789. Multiple versions of Netty dependencies cause FlumeStreamSuite fa...Sean Owen2014-05-101-0/+4
* 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-299-16/+786
* Improved build configurationwitgo2014-04-281-14/+4
* [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
* SPARK-1119 and other build improvementsPatrick Wendell2014-04-231-1/+1
* [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
* SPARK-1387. Update build plugins, avoid plugin version warning, centralize ve...Sean Owen2014-04-061-1/+1
* [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-205-0/+644
* Principal Component AnalysisReza Zadeh2014-03-202-2/+53
* SPARK-1254. Consolidate, order, and harmonize repository declarations in Mave...Sean Owen2014-03-151-15/+0
* Fix example bug: compile errorjianghan2014-03-123-5/+5
* SPARK-1160: Deprecate toArray in RDDCodingCat2014-03-122-3/+3
* SPARK-1193. Fix indentation in pom.xmlsSandy Ryza2014-03-071-4/+4
* 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
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-0312-19/+19
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-021-0/+14