aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6754] Remove unnecessary TaskContextHelperKay Ousterhout2015-04-073-34/+5
* [SPARK-6737] Fix memory leak in OutputCommitCoordinatorJosh Rosen2015-04-073-29/+42
* Revert "[SPARK-6568] spark-shell.cmd --jars option does not accept the jar th...Xiangrui Meng2015-04-072-5/+3
* [SPARK-6568] spark-shell.cmd --jars option does not accept the jar that has s...Masayoshi TSUZUKI2015-04-072-3/+5
* Replace use of .size with .length for Arrayssksamuel2015-04-0719-42/+42
* [SPARK-6733][ Scheduler]Added scala.language.existentialsVinod K C2015-04-071-0/+1
* [SPARK-3591][YARN]fire and forget for YARN cluster modeWangTaoTheTonic2015-04-072-2/+2
* [SPARK-6716] Change SparkContext.DRIVER_IDENTIFIER from <driver> to driverJosh Rosen2015-04-063-2/+21
* [SPARK-6602][Core] Update MapOutputTrackerMasterActor to MapOutputTrackerMast...zsxwing2015-04-057-212/+221
* [SPARK-6602][Core] Replace direct use of Akka with Spark RPC interface - part 1zsxwing2015-04-0427-479/+566
* [SPARK-6688] [core] Always use resolved URIs in EventLoggingListener.Marcelo Vanzin2015-04-036-19/+30
* [SPARK-6640][Core] Fix the race condition of creating HeartbeatReceiver and r...zsxwing2015-04-032-9/+33
* [SPARK-6492][CORE] SparkContext.stop() can deadlock when DAGSchedulerEventPro...Ilya Ganelin2015-04-031-29/+30
* [SPARK-6560][CORE] Do not suppress exceptions from writer.write.Stephen Haberman2015-04-0312-62/+118
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-033-21/+36
* [SPARK-6621][Core] Fix the bug that calling EventLoop.stop in EventLoop.onRec...zsxwing2015-04-022-3/+87
* [CORE] The descriptionof jobHistory config should be spark.history.fs.logDire...KaiXinXiaoLei2015-04-021-1/+1
* [SPARK-6650] [core] Stop ExecutorAllocationManager when context stops.Marcelo Vanzin2015-04-023-36/+49
* SPARK-6414: Spark driver failed with NPE on job cancelationHung Lin2015-04-023-9/+25
* [SPARK-6667] [PySpark] remove setReuseAddressDavies Liu2015-04-021-1/+0
* [SPARK-6627] Some clean-up in shuffle code.Patrick Wendell2015-04-0111-50/+50
* [SPARK-6597][Minor] Replace `input:checkbox` with `input[type="checkbox"]` in...Kousuke Saruta2015-04-011-4/+4
* [SPARK-4655][Core] Split Stage into ShuffleMapStage and ResultStage subclassesIlya Ganelin2015-04-015-195/+293
* [SPARK-6614] OutputCommitCoordinator should clear authorized committer only a...Josh Rosen2015-03-312-3/+30
* [SPARK-5124][Core] Move StopCoordinator to the receive method since it does n...zsxwing2015-03-301-4/+6
* [SPARK-6369] [SQL] Uses commit coordinator to help committing Hive and Parque...Cheng Lian2015-03-312-51/+92
* Fix string interpolator error in HeartbeatReceiverLi Zhihui2015-03-291-1/+1
* [SPARK-5124][Core] A standard RPC interface and an Akka implementationzsxwing2015-03-2912-85/+1463
* [SPARK-6585][Tests]Fix FileServerSuite testcase in some Env.June.He2015-03-291-2/+2
* [SPARK-6558] Utils.getCurrentUserName returns the full principal name instead...Thomas Graves2015-03-291-1/+1
* [SPARK-6556][Core] Fix wrong parsing logic of executorTimeoutMs and checkTime...zsxwing2015-03-271-6/+11
* [SPARK-6405] Limiting the maximum Kryo buffer size to be 2GB.mcheah2015-03-261-3/+13
* SPARK-6480 [CORE] histogram() bucket function is wrong in some simple edge casesSean Owen2015-03-262-15/+29
* [SPARK-6468][Block Manager] Fix the race condition of subDirs in DiskBlockMan...zsxwing2015-03-261-14/+18
* [SPARK-6079] Use index to speed up StatusTracker.getJobIdsForGroup()Josh Rosen2015-03-253-6/+51
* [SPARK-5771] Master UI inconsistently displays application coresAndrew Or2015-03-254-1/+16
* [SPARK-6537] UIWorkloadGenerator: The main thread should not stop SparkContex...Kousuke Saruta2015-03-251-0/+9
* [SPARK-6076][Block Manager] Fix a potential OOM issue when StorageLevel is ME...zsxwing2015-03-253-15/+85
* [SPARK-6515] update OpenHashSet implXiangrui Meng2015-03-241-13/+9
* [SPARK-6512] add contains to OpenHashMapXiangrui Meng2015-03-244-0/+31
* Revert "[SPARK-5771] Number of Cores in Completed Applications of Standalone ...Andrew Or2015-03-242-27/+7
* Revert "[SPARK-5771][UI][hotfix] Change Requested Cores into * if default cor...Andrew Or2015-03-241-1/+1
* [SPARK-3570] Include time to open files in shuffle write time.Kay Ousterhout2015-03-243-0/+12
* [SPARK-6088] Correct how tasks that get remote results are shown in UI.Kay Ousterhout2015-03-242-10/+23
* [SPARK-5559] [Streaming] [Test] Remove oppotunity we met flakiness when runni...Kousuke Saruta2015-03-241-0/+4
* [SPARK-6428] Added explicit types for all public methods in core.Reynold Xin2015-03-23140-523/+588
* Revert "[SPARK-6122][Core] Upgrade Tachyon client version to 0.6.1."Patrick Wendell2015-03-233-17/+16
* [SPARK-6122][Core] Upgrade Tachyon client version to 0.6.1.Calvin Jia2015-03-223-16/+17
* [SPARK-6453][Mesos] Some Mesos*Suite have a different package with their classesJongyoul Lee2015-03-222-10/+7
* [SPARK-6448] Make history server log parse exceptionsRyan Williams2015-03-221-1/+2