aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge remote-tracking branch 'spark-upstream/master'Ankur Dave2013-10-306-23/+263
|\| | | | | | | |
| * | | | | | | | 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
| | * | | | | | | | remove unused dependencyprabeesh2013-10-171-5/+0
| | * | | | | | | | add maven dependencies for mqttprabeesh2013-10-161-0/+5
| | * | | | | | | | added mqtt adapter wordcount exampleprabeesh2013-10-161-0/+112
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #56 from jerryshao/kafka-0.8-devMatei Zaharia2013-10-213-19/+135
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Upgrade Kafka 0.7.2 to Kafka 0.8.0-beta1 for Spark Streamingjerryshao2013-10-123-19/+135
| * | | | | | | | | Exclusion rules for Maven build files.Reynold Xin2013-10-191-0/+8
| * | | | | | | | | 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-142-11/+23
|\| | | | | | | |
| * | | | | | | | Remove unnecessary mutable importsNeal Wiggins2013-10-111-2/+0
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merging build changes in from 0.8Patrick Wendell2013-10-051-8/+22
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Update build version in masterPatrick Wendell2013-09-241-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merging latest changes from spark main branchJoseph E. Gonzalez2013-09-1753-353/+1167
|\| | | | |
| * | | | | Minor YARN build cleanupsJey Kottalam2013-09-061-14/+0
| |/ / / /
| * | | | 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
| * | | | Fix some URLsMatei Zaharia2013-09-011-1/+1
| * | | | Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-0153-220/+220
| * | | | Update Maven build to create assemblies expected by new scriptsMatei Zaharia2013-08-291-6/+56
| * | | | 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-294-0/+452
| * | | | Remove redundant dependencies from POMsJey Kottalam2013-08-181-4/+0
| * | | | Updates to repl and example POMs to match SBT buildJey Kottalam2013-08-161-0/+10
| * | | | Maven build now also works with YARNJey Kottalam2013-08-161-57/+0
| * | | | Don't mark hadoop-client as 'provided'Jey Kottalam2013-08-161-1/+0
| * | | | Maven build now works with CDH hadoop-2.0.0-mr1Jey Kottalam2013-08-161-44/+0
| * | | | Initial changes to make Maven build agnostic of hadoop versionJey Kottalam2013-08-161-84/+60
| * | | | make SparkHadoopUtil a member of SparkEnvJey Kottalam2013-08-151-2/+1
| * | | | Merge pull request #762 from shivaram/sgd-cleanupEvan Sparks2013-08-111-0/+85
| |\ \ \ \
| | * | | | Add setters for optimizer, gradient in SGD.Shivaram Venkataraman2013-08-081-1/+1
| | * | | | Merge branch 'master' of git://github.com/mesos/spark into sgd-cleanupShivaram Venkataraman2013-08-061-0/+116
| | |\ \ \ \
| | * | | | | Refactor GLM algorithms and add Java testsShivaram Venkataraman2013-08-061-0/+85
| |/ / / / / |/| | | | |
| * | | | | Fixed path to JavaALS.java and JavaKMeans.java, fixed hadoop2-yarn profileAlexander Pivovarov2013-08-103-0/+6
| * | | | | Optimize Scala PageRank to use reduceByKeyMatei Zaharia2013-08-101-8/+4
| * | | | | Merge pull request #789 from MLnick/masterMatei Zaharia2013-08-101-0/+50
| |\ \ \ \ \
| | * | | | | Style changes as per Matei's commentsNick Pentreath2013-08-081-9/+8
| | * | | | | Adding Scala version of PageRank exampleNick Pentreath2013-08-071-0/+51
| | |/ / / /
| * | | | | Merge pull request #786 from shivaram/mllib-javaMatei Zaharia2013-08-093-0/+180
| |\ \ \ \ \
| | * | | | | Remove Java-specific constructor for Rating.Shivaram Venkataraman2013-08-081-3/+3
| | * | | | | Java examples, tests for KMeans and ALSShivaram Venkataraman2013-08-063-0/+180
| | |/ / / /
| * / / / / Optimize JavaPageRank to use reduceByKey instead of groupByKeyMatei Zaharia2013-08-081-9/+8
| |/ / / /
| * | | | Got rid of unnecessary map functionstayhf2013-08-061-6/+2