aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQLYin Huai2014-06-171-2/+76
* Fixed streaming examples docs to use run-example instead of spark-submitTathagata Das2014-05-144-17/+21
* SPARK-1565, update examples to be used with spark-submit script.Prashant Sharma2014-05-0814-128/+127
* [HOTFIX] SPARK-1637: There are some Streaming examples added after the PR #57...Sandeep2014-05-061-4/+2
* SPARK-1637: Clean up examples for 1.0Sandeep2014-05-067-9/+13
* [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-1633][Streaming] Java API unit test and example for custom streaming r...Tathagata Das2014-04-282-4/+153
* [SQL] SPARK-1571 Mistake in java example codeMichael Armbrust2014-04-221-4/+4
* SPARK-1446: Spark examples should not do a System.exitSandeep2014-04-108-10/+10
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-081-8/+13
* [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-1212] Adding sparse data support and update KMeansXiangrui Meng2014-03-232-149/+12
* Fix example bug: compile errorjianghan2014-03-123-5/+5
* [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda express...Prashant Sharma2014-03-0312-19/+19
* fixed job name and usage information for the JavaSparkPi exampleKevin Mader2014-01-221-2/+2
* Added StreamingContext.awaitTermination to streaming examples.Tathagata Das2014-01-204-0/+4
* Updated java API docs for streaming, along with very minor changes in the cod...Tathagata Das2014-01-161-2/+1
* Merge remote-tracking branch 'apache/master' into driver-testTathagata Das2014-01-104-1/+9
|\
| * Minor clean-upPatrick Wendell2014-01-091-1/+1
| * Set default logging to WARN for Spark streaming examples.Patrick Wendell2014-01-094-0/+8
* | Merge branch 'standalone-driver' into driver-testTathagata Das2014-01-0914-107/+162
|\|
| * Merge pull request #313 from tdas/project-refactorPatrick Wendell2014-01-072-8/+9
| |\
| | * Removed XYZFunctions and added XYZUtils as a common Scala and Java interface ...Tathagata Das2014-01-072-8/+6
| | * Merge remote-tracking branch 'apache/master' into project-refactorTathagata Das2014-01-0614-15/+19
| | |\
| | * | Changed JavaStreamingContextWith*** to ***Function in streaming.api.java.*** ...Tathagata Das2014-01-062-6/+6
| | * | Refactored kafka, flume, zeromq, mqtt as separate external projects, with the...Tathagata Das2013-12-302-6/+9
| * | | Issue #318 : minor style updates per review from Reynold XinSean Owen2014-01-0710-33/+2
| * | | Merge remote-tracking branch 'upstream/master'Sean Owen2014-01-0614-15/+19
| |\ \ \ | | | |/ | | |/|
| | * | Removing SPARK_EXAMPLES_JAR in the codePatrick Wendell2014-01-0514-14/+18
| | * | run-example -> bin/run-examplePrashant Sharma2014-01-021-1/+1
| | |/
| * / Suggested small changes to Java code for slightly more standard style, encaps...Sean Owen2014-01-0214-83/+164
| |/
| * Fixed job name in the java streaming example.azuryyu2013-12-241-1/+1
* | Changed the way StreamingContext finds and reads checkpoint files, and added ...Tathagata Das2014-01-091-4/+3
|/
* Merge branch 'master' into scala-2.10Raymond Liu2013-11-131-0/+98
|\
| * Upgrade Kafka 0.7.2 to Kafka 0.8.0-beta1 for Spark Streamingjerryshao2013-10-121-0/+98
* | fixed some warningsMartin Weindel2013-10-054-5/+3
|/
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-0113-0/+1225