aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Don't setup the uncaught exception handler in local mode.Reynold Xin2013-10-201-20/+23
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #75 from JoshRosen/block-manager-cleanupMatei Zaharia2013-10-201-292/+166
| |\ \ \ \ \
| | * | | | | Minor cleanup based on @aarondav's code review.Josh Rosen2013-10-201-11/+5
| | * | | | | De-duplicate code in dropOld[Non]BroadcastBlocks.Josh Rosen2013-10-191-20/+6
| | * | | | | Code de-duplication in put() and putBytes().Josh Rosen2013-10-191-140/+89
| | * | | | | De-duplication in getRemote() and getRemoteBytes().Josh Rosen2013-10-191-32/+18
| | * | | | | De-duplication in getLocal() and getLocalBytes().Josh Rosen2013-10-191-100/+59
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #84 from rxin/kill1Reynold Xin2013-10-201-21/+38
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Updated setGroupId documentation and marked dagSchedulerSource and blockManag...Reynold Xin2013-10-201-4/+4
| | * | | | Added documentation for setJobGroup. Also some minor cleanup in SparkContext.Reynold Xin2013-10-191-19/+36
| * | | | | Merge pull request #85 from rxin/cleanMatei Zaharia2013-10-201-0/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Moved the top level spark package object from spark to org.apache.sparkReynold Xin2013-10-191-0/+2
| | |/ / /
* | | | | Remove executorId from Task.run()Aaron Davidson2013-10-213-3/+3
* | | | | Documentation updateAaron Davidson2013-10-201-3/+1
* | | | | Close shuffle writers during failure & remove executorId from TaskContextAaron Davidson2013-10-207-15/+13
* | | | | Cleanup old shuffle file metadata from memoryAaron Davidson2013-10-202-7/+13
* | | | | Address Josh and Reynold's commentsAaron Davidson2013-10-206-18/+17
* | | | | Fix compiler errorsAaron Davidson2013-10-203-5/+5
* | | | | Basic shuffle file consolidationAaron Davidson2013-10-208-14/+57
* | | | | Refactor of DiskStore for shuffle file consolidationAaron Davidson2013-10-2010-269/+366
|/ / / /
* | | | Merge pull request #78 from mosharaf/masterReynold Xin2013-10-194-2125/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Removed BitTorrentBroadcast and TreeBroadcast. TorrentBroadcast is replacing ...Mosharaf Chowdhury2013-10-184-2125/+0
* | | | Merge pull request #74 from rxin/killMatei Zaharia2013-10-184-7/+75
|\ \ \ \ | |/ / / |/| | |
| * | | Job cancellation via job group id.Reynold Xin2013-10-184-7/+75
| | |/ | |/|
* | | 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
|\ \ \