aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | add dimension parameters to exampleReza Zadeh2014-01-101-5/+5
| * | | | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-0932-61/+113
| |\ \ \ \
| * | | | | fix exampleReza Zadeh2014-01-091-2/+2
| * | | | | use SparseMatrix everywhereReza Zadeh2014-01-041-4/+5
| * | | | | new example fileReza Zadeh2014-01-041-0/+58
* | | | | | Added StreamingContext.awaitTermination to streaming examples.Tathagata Das2014-01-2013-0/+13
* | | | | | Updated java API docs for streaming, along with very minor changes in the cod...Tathagata Das2014-01-161-1/+1
| |_|_|_|/ |/| | | |
* | | | | Add missing header filesPatrick Wendell2014-01-141-0/+17
* | | | | Merge remote-tracking branch 'apache/master' into filestream-fixTathagata Das2014-01-131-0/+49
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' into graphxReynold Xin2014-01-1324-56/+259
| |\ \ \ \
| * | | | | 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-0833-74/+90
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of github.com:apache/incubator-sparkReynold Xin2013-11-256-16/+19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of github.com:apache/incubator-spark into mergemergeReynold Xin2013-11-041-1/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'spark-upstream/master'Ankur Dave2013-10-304-17/+135
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/apache/incubator-spark into index...Joseph E. Gonzalez2013-10-181-4/+9
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merged with upstream changesJoseph E. Gonzalez2013-10-141-2/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merging latest changes from spark main branchJoseph E. Gonzalez2013-09-1739-124/+631
| |\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | Removed StreamingContext.registerInputStream and registerOutputStream - they ...Tathagata Das2014-01-131-1/+2
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | 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-1217-31/+234
| |\| | | | | | | | | | |
| * | | | | | | | | | | | 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-1015-29/+67
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #363 from pwendell/streaming-logsPatrick Wendell2014-01-0915-29/+67
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | Set default logging to WARN for Spark streaming examples.Patrick Wendell2014-01-0915-29/+67
| | |/ / / / / / / / /
* | | | | | | | | | | 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-0933-68/+81
|\| | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-0813-29/+35
| |\| | | | | | | | |
| | * | | | | | | | | Merge pull request #313 from tdas/project-refactorPatrick Wendell2014-01-077-17/+23
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Removed XYZFunctions and added XYZUtils as a common Scala and Java interface ...Tathagata Das2014-01-077-9/+8
| | | * | | | | | | | | Merge remote-tracking branch 'apache/master' into project-refactorTathagata Das2014-01-0633-51/+58
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Refactored kafka, flume, zeromq, mqtt as separate external projects, with the...Tathagata Das2013-12-304-7/+11
| | | * | | | | | | | | | Refactored streaming project to separate out the twitter functionality.Tathagata Das2013-12-263-1/+4
| | * | | | | | | | | | | spark -> org.apache.sparkprabeesh2014-01-078-12/+12
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-0633-51/+58
| |\| | | | | | | | | |
| | * | | | | | | | | | Removing SPARK_EXAMPLES_JAR in the codePatrick Wendell2014-01-0530-30/+30
| | * | | | | | | | | | run-example -> bin/run-examplePrashant Sharma2014-01-029-14/+14
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Various fixes to configuration codeMatei Zaharia2013-12-282-4/+4
| | * | | | | | | | | spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-253-7/+14
| | |/ / / / / / / /
* | | | | | | | | | Changed the way StreamingContext finds and reads checkpoint files, and added ...Tathagata Das2014-01-092-6/+39
* | | | | | | | | | 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
|/ / / / / / / /
* | | | | | | | Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10-tempPrashant Sharma2013-11-216-16/+19
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'master' into removesemicolonscalaHenry Saputra2013-11-192-11/+14
| |\ \ \ \ \ \ \
| | * | | | | | | Enable the Broadcast examples to work in a cluster settingAaron Davidson2013-11-182-11/+14
| | | |_|_|_|_|/ | | |/| | | | |