aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #68 from mosharaf/masterMatei Zaharia2013-10-185-9/+308
|\ \ \
| * | | Should compile now.Mosharaf Chowdhury2013-10-171-1/+2
| * | | Added an after block to reset spark.broadcast.factoryMosharaf Chowdhury2013-10-171-0/+4
| * | | BroadcastSuite updated to test both HttpBroadcast and TorrentBroadcast in loc...Mosharaf Chowdhury2013-10-171-3/+44
| * | | Merge remote-tracking branch 'upstream/master'Mosharaf Chowdhury2013-10-179-105/+63
| |\| |
| * | | Code styling. Updated doc.Mosharaf Chowdhury2013-10-171-4/+4
| * | | Removed unused code. Mosharaf Chowdhury2013-10-172-14/+11
| * | | Fixes for the new BlockId naming convention.Mosharaf Chowdhury2013-10-162-7/+14
| * | | Default blockSize is 4MB.Mosharaf Chowdhury2013-10-161-1/+1
| * | | Removed unnecessary code, and added comment of memory-latency tradeoff.Mosharaf Chowdhury2013-10-161-4/+6
| * | | Torrent-ish broadcast based on BlockManager.Mosharaf Chowdhury2013-10-163-4/+251
* | | | Spark shell exits if it cannot create SparkContextAaron Davidson2013-10-171-7/+6
| |/ / |/| |
* | | Fixed unit testsKay Ousterhout2013-10-162-25/+26
* | | Removed TaskSchedulerListener interface.Kay Ousterhout2013-10-167-80/+37
|/ /
* | Merge pull request #62 from harveyfeng/masterMatei Zaharia2013-10-152-2/+5
|\ \
| * | Proper formatting for SparkHadoopWriter class extensions.Harvey Feng2013-10-151-1/+3
| * | Fix line length > 100 chars in SparkHadoopWriterHarvey Feng2013-10-151-1/+2
| * | Make TaskContext's stageId publicly accessible.Harvey Feng2013-10-151-1/+1
* | | 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-15132-1205/+4531
| |\| |
| * | | Added back fully qualified class nameKay Ousterhout2013-10-061-1/+1
| * | | Renamed StandaloneX to CoarseGrainedX.Kay Ousterhout2013-10-046-35/+41
* | | | Unified daemon thread poolsKay Ousterhout2013-10-157-38/+29
| |/ / |/| |
* | | Bump up logging level to warning for failed tasks.Reynold Xin2013-10-141-5/+5
* | | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-1448-439/+635
|\ \ \
| * \ \ Merge pull request #57 from aarondav/bidReynold Xin2013-10-1440-369/+527
| |\ \ \
| | * | | 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-1239-369/+406
| * | | | 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 #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-1035-212/+2106
|\| | |
| * | | Merge remote-tracking branch 'tgravescs/sparkYarnDistCache'Matei Zaharia2013-10-101-3/+14
| |\ \ \
| | * | | Adding in the --addJars option to make SparkContext.addJar work on yarn and c...tgravescs2013-10-031-3/+14
| * | | | Merge pull request #19 from aarondav/master-zkMatei Zaharia2013-10-1030-169/+1673
| |\ \ \ \
| | * | | | Address Matei's comments on documentationAaron Davidson2013-10-103-6/+10