aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-201-0/+66
|\ \ \ | |/ / |/| |
| * | Fixing to match Spark styleguidePatrick Wendell2013-02-051-8/+8
| * | Adding an example with an OLAP roll-upPatrick Wendell2013-02-041-0/+66
| |/
* | Added comment to the KafkaWordCount, given by Sean McNamara.Tathagata Das2013-02-191-0/+12
* | Merge branch 'streaming' into ScrapCodes-streaming-actorTathagata Das2013-02-199-119/+46
|\ \
| * | Changed networkStream to socketStream and pluggableNetworkStream to become ne...Tathagata Das2013-02-184-9/+9
| * | Merge branch 'streaming' into ScrapCode-streamingTathagata Das2013-02-1810-145/+64
| |\ \
| | * | Moved Java streaming examples to examples/src/main/java/spark/streaming/... a...Tathagata Das2013-02-143-0/+0
| | * | Added TwitterInputDStream from example to StreamingContext. Renamed example T...Tathagata Das2013-02-142-91/+13
| | * | Removed countByKeyAndWindow on paired DStreams, and added countByValueAndWind...Tathagata Das2013-02-141-6/+5
| | * | Merge branch 'mesos-master' into streamingTathagata Das2013-02-071-11/+17
| | |\|
| | | * Remove activation of profiles by defaultMikhail Bautin2013-01-311-11/+0
| | | * Add Maven build file for streaming, and fix some issues in SBT fileMatei Zaharia2013-01-201-0/+17
| | * | Merge pull request #372 from Reinvigorate/sm-kafkaTathagata Das2013-02-071-8/+8
| | |\ \ | | | |/ | | |/|
| | | * kafkaStream API cleanup. A quorum of zookeepers can now be specifiedseanm2013-01-181-8/+8
| * | | Plug in actor as stream receiver APIPrashant Sharma2013-01-192-0/+143
| * | | Changed method name of createReceiver to getReceiver as it is not intended to...Prashant Sharma2013-01-191-1/+1
* | | | Taking FeederActor out as seperate programPrashant Sharma2013-02-081-22/+44
* | | | Improved document comment in examplePrashant Sharma2013-01-251-1/+7
* | | | actor as receiverPrashant Sharma2013-01-221-0/+130
* | | | Changed method name of createReceiver to getReceiver as it is not intended to...Prashant Sharma2013-01-211-1/+1
| |/ / |/| |
* | | Merge branch 'master' into streamingMatei Zaharia2013-01-201-39/+20
|\ \ \
| * | | Minor formatting fixesMatei Zaharia2013-01-201-2/+2
| * | | Use only one update function and pass in transpose of ratings matrix where ap...Nick Pentreath2013-01-171-29/+3
| * | | Fixed index error missing first argumentNick Pentreath2013-01-171-1/+1
| * | | Adding default command line args to SparkALSNick Pentreath2013-01-171-10/+17
* | | | Merge branch 'mesos-streaming' into streamingTathagata Das2013-01-204-1/+175
|\ \ \ \ | | |/ / | |/| |
| * | | NetworkWordCount examplePatrick Wendell2013-01-172-1/+63
| * | | Adding queueStream and some slight refactoringPatrick Wendell2013-01-171-0/+62
| * | | Small doc fixPatrick Wendell2013-01-171-1/+1
| * | | Two changes:Patrick Wendell2013-01-141-2/+2
| * | | Flume example and bug fixPatrick Wendell2013-01-141-0/+50
| | |/ | |/|
* | | Merge branch 'master' into streamingTathagata Das2013-01-152-1/+12
|\ \ \ | |/ / |/| / | |/
| * Update examples/src/main/scala/spark/examples/LocalLR.scalaEric Zhang2013-01-131-1/+1
| * Rename environment variable for hadoop profiles to hadoopVersionShivaram Venkataraman2013-01-121-2/+2
| * Activate hadoop2 profile in pom.xml with -Dhadoop=2Shivaram Venkataraman2013-01-101-0/+6
| * Activate hadoop1 if property hadoop is missing. hadoop2 can be activated nowShivaram Venkataraman2013-01-081-1/+3
| * Activate hadoop1 profile by default for maven buildsShivaram Venkataraman2013-01-071-0/+3
* | Removed stream id from the constructor of NetworkReceiver to make it easier f...Tathagata Das2013-01-131-7/+8
* | Making the Twitter example distributed.Patrick Wendell2013-01-072-37/+62
* | Moved Twitter example to the where the other examples are.Tathagata Das2013-01-072-0/+105
* | Renamed examples and added documentation.Tathagata Das2013-01-0710-274/+97
* | Moved Spark Streaming examples to examples sub-project.Tathagata Das2013-01-0612-0/+615
|/
* Mark hadoop dependencies provided in all library artifactsThomas Dudziak2012-12-101-0/+3
* Use the same output directories that SBT had in subprojectsMatei Zaharia2012-12-101-1/+3
* Updated versions in the pom.xml files to match current masterThomas Dudziak2012-11-271-1/+1
* Addressed code review commentsThomas Dudziak2012-11-271-0/+1
* Added maven and debian build filesThomas Dudziak2012-11-201-0/+100
* Fix K-means example a littleroot2012-11-101-16/+11
* Some doc and usability improvements:Matei Zaharia2012-10-122-2/+2