aboutsummaryrefslogtreecommitdiff
path: root/examples/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into graphxReynold Xin2014-01-1328-61/+271
|\
| * Merge pull request #400 from tdas/dstream-movePatrick Wendell2014-01-131-1/+1
| |\
| | * Merge remote-tracking branch 'apache/master' into dstream-moveTathagata Das2014-01-126-9/+9
| | |\
| * | \ Merge pull request #395 from hsaputra/remove_simpleredundantreturn_scalaPatrick Wendell2014-01-127-17/+17
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'master' into remove_simpleredundantreturn_scalaHenry Saputra2014-01-1221-36/+246
| | |\|
| | * | Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-127-17/+17
| * | | Rename DStream.foreach to DStream.foreachRDDPatrick Wendell2014-01-125-8/+8
| | |/ | |/|
| * | Merge remote-tracking branch 'apache/master' into driver-testTathagata Das2014-01-1019-30/+76
| |\ \
| | * \ Merge pull request #363 from pwendell/streaming-logsPatrick Wendell2014-01-0919-30/+76
| | |\ \
| | | * | Minor clean-upPatrick Wendell2014-01-091-1/+1
| | | * | Set default logging to WARN for Spark streaming examples.Patrick Wendell2014-01-0919-29/+75
| | | |/
| * | | Updated docs based on Patrick's comments in PR 383.Tathagata Das2014-01-102-12/+40
| * | | Merge branch 'standalone-driver' into driver-testTathagata Das2014-01-0947-175/+243
| |\| |
| | * | Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-0827-122/+179
| | |\|
| | * | Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-0647-67/+78
| | |\ \
| * | | | Changed the way StreamingContext finds and reads checkpoint files, and added ...Tathagata Das2014-01-093-10/+42
| * | | | Added StreamingContext.getOrCreate to for automatic recovery, and added Recov...Tathagata Das2014-01-021-0/+58
| |/ / /
| * | | Minor style clean-upPatrick Wendell2013-12-251-0/+1
| * | | Adding better option parsingPatrick Wendell2013-12-251-0/+45
* | | | Add LiveJournalPageRank exampleAnkur Dave2014-01-131-0/+49
* | | | Revert changes to examples/.../PageRankUtils.scalaAnkur Dave2014-01-091-3/+3
* | | | Merge remote-tracking branch 'spark-upstream/master' into HEADAnkur Dave2014-01-0847-186/+255
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #313 from tdas/project-refactorPatrick Wendell2014-01-079-25/+32
| |\ \ \
| | * | | Removed XYZFunctions and added XYZUtils as a common Scala and Java interface ...Tathagata Das2014-01-079-17/+14
| | * | | Merge remote-tracking branch 'apache/master' into project-refactorTathagata Das2014-01-0647-66/+77
| | |\ \ \ | | | | |/ | | | |/|
| | * | | 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-306-13/+20
| | * | | Refactored streaming project to separate out the twitter functionality.Tathagata Das2013-12-263-1/+4
| * | | | Merge pull request #318 from srowen/masterReynold Xin2014-01-0714-85/+135
| |\ \ \ \
| | * | | | Issue #318 : minor style updates per review from Reynold XinSean Owen2014-01-0710-33/+2
| | * | | | Merge remote-tracking branch 'upstream/master'Sean Owen2014-01-0645-59/+63
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Suggested small changes to Java code for slightly more standard style, encaps...Sean Owen2014-01-0214-83/+164
| * | | | | spark -> org.apache.sparkprabeesh2014-01-078-12/+12
| | |/ / / | |/| | |
| * | | | Removing SPARK_EXAMPLES_JAR in the codePatrick Wendell2014-01-0544-44/+48
| * | | | run-example -> bin/run-examplePrashant Sharma2014-01-0210-15/+15
| |/ / /
| * | | Merge remote-tracking branch 'origin/master' into conf2Matei Zaharia2013-12-291-1/+1
| |\| |
| | * | Fixed job name in the java streaming example.azuryyu2013-12-241-1/+1
| | |/
| * | Various fixes to configuration codeMatei Zaharia2013-12-282-4/+4
| * | spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-253-7/+14
| |/
| * Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10-tempPrashant Sharma2013-11-216-16/+19
| |\
| * \ Merge branch 'scala210-master' of github.com:colorant/incubator-spark into sc...Prashant Sharma2013-11-218-24/+244
| |\ \
| | * \ Merge branch 'master' into scala-2.10Raymond Liu2013-11-138-24/+244
| | |\ \
| * | | | Remove deprecated actorFor and use actorSelection everywhere.Prashant Sharma2013-11-121-1/+1
| |/ / /
| * | | fixed some warningsMartin Weindel2013-10-054-5/+3
| * | | Akka 2.2 migrationPrashant Sharma2013-09-222-4/+6
| * | | Merged with masterPrashant Sharma2013-09-0658-324/+1946
| |\ \ \
| * \ \ \ Merge branch 'master' into master-mergePrashant Sharma2013-07-038-18/+302
| |\ \ \ \
| * | | | | Fix run script on Windows for Scala 2.10Matei Zaharia2013-06-151-1/+2
| * | | | | Fixed Warning: ClassManifest -> ClassTagPrashant Sharma2013-04-291-1/+2
* | | | | | Merge branch 'master' of github.com:apache/incubator-sparkReynold Xin2013-11-256-16/+19
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |