aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into master-mergePrashant Sharma2013-07-039-18/+395
|\
| * Fixing missed hbase dependency in examples hadoop2-yarn profileKonstantin Boudnik2013-07-011-0/+5
| * Merge pull request #577 from skumargithub/masterMatei Zaharia2013-06-291-0/+50
| |\
| | * Removed unused code, clarified intent of the program, batch size to 1 secondunknown2013-05-061-5/+3
| | * Modified as per TD's suggestionsunknown2013-04-301-17/+6
| | * Examaple of cumulative counting using updateStateByKeyunknown2013-04-221-0/+63
| * | Merge remote-tracking branch 'mrpotes/master'Matei Zaharia2013-06-293-15/+12
| |\ \
| | * | Fix usage and parameter extractionJames Phillpotts2013-06-253-12/+9
| | * | Include a default OAuth implementation, and update examples and JavaStreaming...James Phillpotts2013-06-253-3/+3
| * | | Merge branch 'master' into streamingTathagata Das2013-06-2441-167/+825
| |\| |
| | * | Merge remote-tracking branch 'milliondreams/casdemo'Matei Zaharia2013-06-182-0/+231
| | |\ \
| | | * | Fixing the style as per feedbackRohit Rai2013-06-131-35/+37
| | | * | Example to write the output to cassandraRohit Rai2013-06-031-5/+43
| | | * | A better way to read column value if you are sure the column exists in every ...Rohit Rai2013-06-031-2/+4
| | | * | Adding deps to examples/pom.xmlRohit Rai2013-06-021-0/+35
| | | * | Removing infix callRohit Rai2013-06-021-3/+3
| | | * | Adding example to make Spark RDD from CassandraRohit Rai2013-06-011-0/+154
| | * | | Add hBase dependency to examples POMEthan Jewett2013-05-201-0/+10
| | * | | Add hBase exampleEthan Jewett2013-05-091-0/+35
| | * | | Revert "Merge pull request #596 from esjewett/master" because theReynold Xin2013-05-091-35/+0
| | * | | Switch to using SparkContext method to create RDDEthan Jewett2013-05-071-2/+2
| | * | | Fix indents and mention other configuration optionsEthan Jewett2013-05-041-2/+5
| | * | | Remove unnecessary column family configEthan Jewett2013-05-041-4/+2
| | * | | HBase exampleEthan Jewett2013-05-041-0/+34
| | |/ /
| | * | Attempt at fixing merge conflictMridul Muralidharan2013-04-246-79/+79
| | |\|
| | * | Fix review comments, add a new api to SparkHadoopUtil to create appropriate C...Mridul Muralidharan2013-04-221-2/+8
| | * | Add support for building against hadoop2-yarn : adding new maven profile for itMridul Muralidharan2013-04-071-0/+43
| * | | Surfacing decoders on KafkaInputDStreamseanm2013-04-161-1/+1
* | | | Fix run script on Windows for Scala 2.10Matei Zaharia2013-06-151-1/+2
* | | | Fixed Warning: ClassManifest -> ClassTagPrashant Sharma2013-04-291-1/+2
* | | | Fixed pom.xml with updated dependencies.Prashant Sharma2013-04-291-1/+1
| |_|/ |/| |
* | | Uniform whitespace across scala examplesAndrew Ash2013-04-094-76/+76
* | | Merge remote-tracking branch 'jey/bump-development-version-to-0.8.0'Matei Zaharia2013-04-081-1/+1
|\ \ \
| * | | Bump development version to 0.8.0Jey Kottalam2013-03-281-1/+1
| | |/ | |/|
* | | Merge pull request #552 from MLnick/masterMatei Zaharia2013-04-071-1/+1
|\ \ \
| * | | Bumping Algebird version in examples now that it supports JDK 1.6Nick Pentreath2013-04-031-1/+1
| |/ /
* / / Corrected order of CountMinSketchMonoid argumentsErik van oosten2013-04-021-1/+1
|/ /
* | Merge pull request #528 from MLnick/java-examplesMatei Zaharia2013-03-205-0/+278
|\ \
| * | Java indentation 4 --> 2 spacesNick Pentreath2013-03-203-200/+200
| * | A few cosmetic changes for JavaKMeansNick Pentreath2013-03-191-1/+4
| * | Adding Java K-Means exampleNick Pentreath2013-03-192-0/+112
| * | Changes to more closely match line length limit styleNick Pentreath2013-03-171-3/+5
| * | Adding Java versions of Pi and LogQueryNick Pentreath2013-03-153-0/+161
* | | Add a log4j compile dependency to fix build in IntelliJMikhail Bautin2013-03-151-1/+1
|/ /
* | bump version to 0.7.1-SNAPSHOT in the subproject poms to keep the maven build...Mark Hamstra2013-02-281-1/+1
* | Pass a code JAR to SparkContext in our examples. Fixes SPARK-594.Matei Zaharia2013-02-2535-82/+137
* | Fix compile errorMatei Zaharia2013-02-252-2/+2
* | Use public method sparkContext instead of protected sc in streaming examplesMatei Zaharia2013-02-253-4/+4
|/
* Changed Algebird from 0.1.9 to 0.1.8Tathagata Das2013-02-241-1/+1
* Fixed bugs in examples.Tathagata Das2013-02-243-4/+3