aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| | |/ | |/|
| * | 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
| |/
| * 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-217-24/+146
| |\ \
| | * \ Merge branch 'master' into scala-2.10Raymond Liu2013-11-137-24/+146
| | |\ \
| * | | | Remove deprecated actorFor and use actorSelection everywhere.Prashant Sharma2013-11-121-1/+1
| |/ / /
| * | | Akka 2.2 migrationPrashant Sharma2013-09-222-4/+6
| * | | Merged with masterPrashant Sharma2013-09-0645-269/+1370
| |\ \ \
| * \ \ \ 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
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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
| | | |_|_|/ | | |/| | |
| * / | | | Remove the semicolons at the end of Scala code to make it more pure Scala code.Henry Saputra2013-11-194-5/+5
| |/ / / /
* | | | | Merge branch 'master' of github.com:apache/incubator-spark into mergemergeReynold Xin2013-11-041-1/+2
|\| | | |
| * | | | fix sparkhdfs lr testtgravescs2013-10-291-1/+2
* | | | | Merge remote-tracking branch 'spark-upstream/master'Ankur Dave2013-10-304-17/+135
|\| | | |
| * | | | Makes Spark SIMR ready.Ali Ghodsi2013-10-241-1/+1
| * | | | Merge pull request #64 from prabeesh/masterMatei Zaharia2013-10-231-0/+107
| |\ \ \ \
| | * | | | Update MQTTWordCount.scalaPrabeesh K2013-10-221-6/+1
| | * | | | Update MQTTWordCount.scalaPrabeesh K2013-10-221-3/+4
| | * | | | Update MQTTWordCount.scalaPrabeesh K2013-10-181-15/+14
| | * | | | added mqtt adapter wordcount exampleprabeesh2013-10-161-0/+112
| | | |_|/ | | |/| |
| * | | | Merge pull request #56 from jerryshao/kafka-0.8-devMatei Zaharia2013-10-211-13/+15
| |\ \ \ \
| | * | | | Upgrade Kafka 0.7.2 to Kafka 0.8.0-beta1 for Spark Streamingjerryshao2013-10-121-13/+15
| * | | | | BroadcastTest2 --> BroadcastTestMosharaf Chowdhury2013-10-162-62/+12
| * | | | | Default blockSize is 4MB.Mosharaf Chowdhury2013-10-161-0/+59
* | | | | | Merge branch 'master' of https://github.com/apache/incubator-spark into index...Joseph E. Gonzalez2013-10-181-4/+9
|\| | | | |
| * | | | | Fixing spark streaming example and a bug in examples build.Patrick Wendell2013-10-151-4/+9
| |/ / / /
* | | | | merged with upstream changesJoseph E. Gonzalez2013-10-141-2/+0
|\| | | |
| * | | | Remove unnecessary mutable importsNeal Wiggins2013-10-111-2/+0
| |/ / /
* | | | Merging latest changes from spark main branchJoseph E. Gonzalez2013-09-1739-124/+631
|\| | |
| * | | Add missing license headers found with RATMatei Zaharia2013-09-021-0/+17
| * | | Move some classes to more appropriate packages:Matei Zaharia2013-09-015-13/+11
| * | | Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-0139-129/+129
| * | | Fix finding of assembly JAR, as well as some pointers to ./runMatei Zaharia2013-08-298-13/+13
| * | | Change build and run instructions to use assembliesMatei Zaharia2013-08-293-0/+447
| * | | make SparkHadoopUtil a member of SparkEnvJey Kottalam2013-08-151-2/+1
| * | | Optimize Scala PageRank to use reduceByKeyMatei Zaharia2013-08-101-8/+4