aboutsummaryrefslogtreecommitdiff
path: root/examples/src
Commit message (Expand)AuthorAgeFilesLines
* 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-092-0/+168
|\ \
| * | Remove Java-specific constructor for Rating.Shivaram Venkataraman2013-08-081-3/+3
| * | Java examples, tests for KMeans and ALSShivaram Venkataraman2013-08-062-0/+168
| |/
* / Optimize JavaPageRank to use reduceByKey instead of groupByKeyMatei Zaharia2013-08-081-9/+8
|/
* Got rid of unnecessary map functionstayhf2013-08-061-6/+2
* changes as reviewer requestedstayhf2013-08-061-10/+1
* Updated code with reviewer's suggestionsstayhf2013-08-051-47/+47
* Simple PageRank algorithm implementation in Java for SPARK-760stayhf2013-08-031-0/+129
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-1644-1/+749
* 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-2440-164/+734
|\| |
| * | Merge remote-tracking branch 'milliondreams/casdemo'Matei Zaharia2013-06-181-0/+196
| |\ \
| | * | 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
| | * | Removing infix callRohit Rai2013-06-021-3/+3
| | * | Adding example to make Spark RDD from CassandraRohit Rai2013-06-011-0/+154
| * | | 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-245-77/+77
| |\|
| | * Uniform whitespace across scala examplesAndrew Ash2013-04-094-76/+76
| | * Corrected order of CountMinSketchMonoid argumentsErik van oosten2013-04-021-1/+1
| * | Fix review comments, add a new api to SparkHadoopUtil to create appropriate C...Mridul Muralidharan2013-04-221-2/+8
| |/
| * 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
| * 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
* | Surfacing decoders on KafkaInputDStreamseanm2013-04-161-1/+1
|/
* Fixed bugs in examples.Tathagata Das2013-02-243-4/+3
* Fixed differences in APIs of StreamingContext and JavaStreamingContext. Chang...Tathagata Das2013-02-231-1/+1
* Merge pull request #480 from MLnick/streaming-eg-algebirdTathagata Das2013-02-222-0/+164
|\
| * Adding documentation for HLL and CMS examples. More efficient and clear use o...Nick Pentreath2013-02-212-12/+36
| * Merge remote-tracking branch 'upstream/streaming' into streaming-eg-algebirdNick Pentreath2013-02-212-1/+67
| |\