aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing spark streaming example and a bug in examples build.Patrick Wendell2013-10-152-4/+10
* Merge pull request #8 from vchekan/checkpoint-ttl-restoreMatei Zaharia2013-10-152-0/+6
|\
| * Serialize and restore spark.cleaner.ttl to savepointVadim Chekan2013-09-202-0/+6
* | Merge pull request #34 from kayousterhout/renameMatei Zaharia2013-10-156-36/+42
|\ \
| * | Fixed build error after merging in masterKay Ousterhout2013-10-151-1/+1
| * | Merge remote branch 'upstream/master' into renameKay Ousterhout2013-10-15175-1414/+5573
| |\ \
| * | | Added back fully qualified class nameKay Ousterhout2013-10-061-1/+1
| * | | Renamed StandaloneX to CoarseGrainedX.Kay Ousterhout2013-10-046-35/+41
* | | | Merge pull request #61 from kayousterhout/daemon_threadMatei Zaharia2013-10-157-38/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | Unified daemon thread poolsKay Ousterhout2013-10-157-38/+29
|/ / /
* | | Merge pull request #59 from rxin/warningMatei Zaharia2013-10-151-5/+5
|\ \ \
| * | | Bump up logging level to warning for failed tasks.Reynold Xin2013-10-141-5/+5
* | | | Merge pull request #58 from hsaputra/update-pom-asfReynold Xin2013-10-151-1/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Update pom.xml to use version 13 of the ASF parent pom and add mailingLists e...Henry Saputra2013-10-141-1/+24
* | | | Merge pull request #29 from rxin/killPatrick Wendell2013-10-1450-515/+1528
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-1453-457/+652
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #57 from aarondav/bidReynold Xin2013-10-1444-385/+544
|\ \ \ \
| * | | | Address Matei's commentsAaron Davidson2013-10-148-34/+28
| * | | | Change BlockId filename to name + rest of Patrick's commentsAaron Davidson2013-10-1311-36/+39
| * | | | Add unit test and address rest of Reynold's commentsAaron Davidson2013-10-1210-20/+144
| * | | | Refactor BlockId into an actual typeAaron Davidson2013-10-1243-385/+423
* | | | | Merge pull request #52 from harveyfeng/hadoop-closureReynold Xin2013-10-122-55/+26
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove the new HadoopRDD constructor from SparkContext API, plus some minor s...Harvey Feng2013-10-122-27/+3
| * | | | Add an optional closure parameter to HadoopRDD instantiation to used when cre...Harvey Feng2013-10-102-53/+48
* | | | | Merge pull request #54 from aoiwelle/remove_unused_importsReynold Xin2013-10-111-2/+0
|\ \ \ \ \
| * | | | | Remove unnecessary mutable importsNeal Wiggins2013-10-111-2/+0
* | | | | | Merge pull request #53 from witgo/masterMatei Zaharia2013-10-111-0/+4
|\ \ \ \ \ \
| * | | | | | Add a zookeeper compile dependency to fix build in mavenLiGuoqiang2013-10-111-0/+4
* | | | | | | Merge pull request #32 from mridulm/masterMatei Zaharia2013-10-1112-29/+93
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | - Allow for finer control of cleanerMridul Muralidharan2013-10-0612-29/+93
| | |_|_|/ / | |/| | | |
| | | | * | Fixed PairRDDFunctionsSuite after removing InterruptibleRDD.Reynold Xin2013-10-121-1/+1
| | | | * | Job cancellation: address Matei's code review feedback.Reynold Xin2013-10-1217-216/+248
| | | | * | Job cancellation: addressed code review feedback round 2 from Kay.Reynold Xin2013-10-113-44/+47
| | | | * | Fixed dagscheduler suite because of a logging message change.Reynold Xin2013-10-111-1/+1
| | | | * | Job cancellation: addressed code review feedback from Kay.Reynold Xin2013-10-1112-80/+86
| | | | * | Making takeAsync and collectAsync deterministic.Reynold Xin2013-10-113-19/+15
| | | | * | Properly handle interrupted exception in FutureAction.Reynold Xin2013-10-111-7/+5
| | | | * | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-1055-264/+2641
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge remote-tracking branch 'tgravescs/sparkYarnDistCache'Matei Zaharia2013-10-106-49/+275
|\ \ \ \ \ \
| * | | | | | Adding in the --addJars option to make SparkContext.addJar work on yarn and c...tgravescs2013-10-035-23/+50
| * | | | | | Support distributed cache files and archives on spark on yarn and attempt to ...Y.CORP.YAHOO.COM\tgraves2013-09-235-30/+232
* | | | | | | Merge pull request #19 from aarondav/master-zkMatei Zaharia2013-10-1045-175/+1947
|\ \ \ \ \ \ \
| * | | | | | | Minor clarification and cleanup to spark-standalone.mdAaron Davidson2013-10-101-10/+33
| * | | | | | | Address Matei's comments on documentationAaron Davidson2013-10-104-20/+31
| * | | | | | | Add docs for standalone scheduler fault toleranceAaron Davidson2013-10-083-4/+48
| * | | | | | | Revert change to spark-classAaron Davidson2013-10-082-3/+8
| * | | | | | | Add license agreements to dockerfilesAaron Davidson2013-10-087-1/+120
| * | | | | | | Change url format to spark://host1:port1,host2:port2Aaron Davidson2013-10-065-7/+14
| * | | | | | | Add end-to-end test for standalone scheduler fault toleranceAaron Davidson2013-10-0512-2/+480
| * | | | | | | Address Matei's commentsAaron Davidson2013-10-0511-42/+41