aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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-1645-1/+766
* pom cleanupMark Hamstra2013-07-081-1/+0
* Explicit dependencies for scala-library and scalap to prevent 2.9.2 vs. 2.9.3...Mark Hamstra2013-07-081-0/+5
* 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
| |/ /