aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-940: Do not directly pass Stage objects to SparkListener.Patrick Wendell2013-10-229-59/+75
* Merge pull request #98 from aarondav/docsMatei Zaharia2013-10-221-3/+3
|\
| * Docs: Fix links to RDD API documentationAaron Davidson2013-10-221-3/+3
* | Merge pull request #82 from JoshRosen/map-output-tracker-refactoringMatei Zaharia2013-10-225-98/+109
|\ \
| * | Unwrap a long line that actually fits.Josh Rosen2013-10-201-2/+1
| * | Fix test failures in local mode due to updateEpochJosh Rosen2013-10-201-4/+1
| * | Split MapOutputTracker into Master/Worker classes.Josh Rosen2013-10-195-98/+113
* | | Merge pull request #92 from tgravescs/sparkYarnFixClasspathMatei Zaharia2013-10-212-10/+29
|\ \ \
| * | | Fix the Worker to use CoarseGrainedExecutorBackend and modify classpath to be...tgravescs2013-10-212-10/+29
* | | | Merge pull request #56 from jerryshao/kafka-0.8-devMatei Zaharia2013-10-2119-116/+250
|\ \ \ \
| * | | | Upgrade Kafka 0.7.2 to Kafka 0.8.0-beta1 for Spark Streamingjerryshao2013-10-1219-110/+250
* | | | | Merge pull request #87 from aarondav/shuffle-baseReynold Xin2013-10-2113-319/+460
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge ShufflePerfTester patch into shuffle block consolidationAaron Davidson2013-10-2119-490/+551
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #95 from aarondav/perftestReynold Xin2013-10-211-0/+0
|\ \ \ \ \
| * | | | | Put StoragePerfTester in org/apache/Aaron Davidson2013-10-211-0/+0
* | | | | | Merge pull request #94 from aarondav/mesos-fixMatei Zaharia2013-10-211-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix mesos urlsAaron Davidson2013-10-211-2/+2
|/ / / / /
* | | | | Merge pull request #88 from rxin/cleanPatrick Wendell2013-10-217-101/+113
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Made JobLogger public again and some minor cleanup.Reynold Xin2013-10-201-68/+54
| * | | | Made the following traits/interfaces/classes non-public:Reynold Xin2013-10-207-39/+65
* | | | | Merge pull request #41 from pwendell/shuffle-benchmarkPatrick Wendell2013-10-206-4/+141
|\ \ \ \ \
| * | | | | Making the timing block more narrow for the syncPatrick Wendell2013-10-071-2/+2
| * | | | | Minor cleanupPatrick Wendell2013-10-073-66/+45
| * | | | | Perf benchmarkPatrick Wendell2013-10-071-0/+89
| * | | | | Trying new approach with writesPatrick Wendell2013-10-072-7/+7
| * | | | | Adding option to force sync to the filesystemPatrick Wendell2013-10-071-3/+17
| * | | | | Track and report write throughput for shuffle tasks.Patrick Wendell2013-10-075-2/+57
* | | | | | Merge pull request #89 from rxin/executorReynold Xin2013-10-201-20/+23
|\ \ \ \ \ \
| * | | | | | Don't setup the uncaught exception handler in local mode.Reynold Xin2013-10-201-20/+23
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #80 from rxin/buildMatei Zaharia2013-10-203-44/+60
|\ \ \ \ \ \
| * | | | | | Exclusion rules for Maven build files.Reynold Xin2013-10-193-44/+60
* | | | | | | 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
| |_|_|/ / |/| | | |