aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6662][YARN] Allow variable substitution in spark.yarn.historyServer.ad...Cheolsoo Park2015-04-131-4/+34
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-131-1/+0
* [SPARK-6440][CORE]Handle IPv6 addresses properly when constructing URInyaapa2015-04-135-17/+25
* [SPARK-6765] Fix test code style for core.Reynold Xin2015-04-1259-304/+386
* [SPARK-6843][core]Add volatile for the "state"lisurprise2015-04-121-1/+1
* [Minor][Core] Fix typoLiang-Chi Hsieh2015-04-111-1/+1
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-092-4/+4
* [SPARK-5654] Integrate SparkRShivaram Venkataraman2015-04-088-18/+1364
* [SPARK-6753] Clone SparkConf in ShuffleSuite testsKay Ousterhout2015-04-081-2/+2
* [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