aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adding typesafe repo to streaming resolvers so that akka-zeromq is foundseanm2013-03-111-0/+3
* Merge pull request #495 from tdas/streamingTathagata Das2013-02-247-26/+14
|\
| * Removing duplicate doc.Tathagata Das2013-02-242-103/+2
| * Fixed class paths and dependencies based on Matei's comments.Tathagata Das2013-02-248-24/+113
* | Merge pull request #493 from tdas/streamingTathagata Das2013-02-2436-105/+696
|\|
| * Added back the initial spark job before starting streaming receiversTathagata Das2013-02-241-1/+1
| * Changed Algebird from 0.1.9 to 0.1.8Tathagata Das2013-02-242-2/+2
| * Merge branch 'mesos-master' into streamingTathagata Das2013-02-2418-47/+361
| |\
| | * Merge pull request #468 from haitaoyao/masterMatei Zaharia2013-02-233-1/+23
| | |\
| | | * Merge branch 'mesos'haitao.yao2013-02-213-7/+37
| | | |\
| | | * \ Merge branch 'mesos'haitao.yao2013-02-204-2/+22
| | | |\ \
| | | * \ \ Merge branch 'mesos'haitao.yao2013-02-1988-749/+836
| | | |\ \ \
| | | * | | | support customized java options for master, worker, executor, repl shellhaitao.yao2013-02-161-0/+20
| | | * | | | Merge branch 'mesos'haitao.yao2013-02-1660-207/+629
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-057-25/+21
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-0443-389/+1191
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-02-019-94/+32
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | bug fix for javadochaitao.yao2013-01-311-1/+1
| | | * | | | | | | | Merge branch 'mesos'haitao.yao2013-01-317-23/+47
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-01-302-7/+9
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-01-3056-408/+442
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-01-2942-423/+460
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-01-2845-314/+766
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mesos'haitao.yao2013-01-24246-2297/+17206
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | add ensimehaitao.yao2013-01-221-0/+2
| | * | | | | | | | | | | | | | | Merge pull request #473 from stephenh/subtractMatei Zaharia2013-02-236-1/+218
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | Add subtract to JavaRDD, JavaDoubleRDD, and JavaPairRDD.Stephen Haberman2013-02-243-1/+63
| | | * | | | | | | | | | | | | | | Update for split->partition rename.Stephen Haberman2013-02-243-17/+17
| | | * | | | | | | | | | | | | | | Merge branch 'master' into subtractStephen Haberman2013-02-2397-797/+1008
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Merge pull request #491 from pwendell/java-vectorMatei Zaharia2013-02-231-0/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Responding to code reviewPatrick Wendell2013-02-231-5/+10
| | | * | | | | | | | | | | | | | | | Adding Java-accessible methods to Vector.scalaPatrick Wendell2013-02-231-0/+5
| | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | Handle exceptions in RecordReader.close() better (suggested by JimMatei Zaharia2013-02-232-9/+23
| | * | | | | | | | | | | | | | | | Merge pull request #490 from woggling/conn-deathMatei Zaharia2013-02-222-4/+41
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Add fault tolerance test that uses replicated RDDs.Charles Reiss2013-02-221-0/+21
| | | * | | | | | | | | | | | | | | | Detect when SendingConnections drop by trying to read them.Charles Reiss2013-02-221-4/+20
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Several fixes to the work to log when no resources can be used by a job.Matei Zaharia2013-02-222-8/+12
| | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'pwendell/starvation-check'Matei Zaharia2013-02-222-3/+32
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Minor fixesPatrick Wendell2013-02-091-1/+0
| | | * | | | | | | | | | | | | | | | Changing to use Timer based on code reviewPatrick Wendell2013-02-092-39/+20
| | | * | | | | | | | | | | | | | | | Starvation check in Standlone schedulerPatrick Wendell2013-02-031-0/+8
| | | * | | | | | | | | | | | | | | | Starvation check in ClusterSchedulerPatrick Wendell2013-02-032-1/+41
| | * | | | | | | | | | | | | | | | | Merge pull request #475 from JoshRosen/spark-668Matei Zaharia2013-02-222-26/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | Remove hack workaround for SPARK-668.Josh Rosen2013-02-112-26/+7
| | * | | | | | | | | | | | | | | | | | Merge pull request #489 from pwendell/SPARK-702Matei Zaharia2013-02-221-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | SPARK-702: Replace Function --> JFunction in JavaAPI Suite.Patrick Wendell2013-02-221-3/+3
| | |/ / / / / / / / / / / / / / / / /
| | | | | * | | | | | | | | | | | | | Add RDD.subtract.Stephen Haberman2013-02-163-0/+155
| * | | | | | | | | | | | | | | | | | Fixed missing dependencies in streaming/pom.xmlTathagata Das2013-02-241-4/+14
| * | | | | | | | | | | | | | | | | | Fixed bugs in examples.Tathagata Das2013-02-243-4/+3
| * | | | | | | | | | | | | | | | | | Updated streaming programming guide with Java API info, and comments from Pat...Tathagata Das2013-02-233-14/+76