aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SPARK-6423][Mesos] MemoryUtils should use memoryOverhead if it's setJongyoul Lee2015-03-202-7/+50
* [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-202-2/+2
* [SPARK-6370][core] Documentation: Improve all 3 docs for RDD.samplembonaci2015-03-202-0/+17
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-2010-30/+34
* [SPARK-6286][Mesos][minor] Handle missing Mesos case TASK_ERRORJongyoul Lee2015-03-203-2/+5
* Tighten up field/method visibility in Executor and made some code more clear ...Reynold Xin2015-03-195-106/+120
* [Core][minor] remove unused `visitedStages` in `DAGScheduler.stageDependsOn`Wenchen Fan2015-03-191-2/+0
* [SPARK-5843] [API] Allowing map-side combine to be specified in Java.mcheah2015-03-192-12/+87
* [SPARK-4012] stop SparkContext when the exception is thrown from an infinite ...CodingCat2015-03-188-15/+50
* [SPARK-6394][Core] cleanup BlockManager companion object and improve the getC...Wenchen Fan2015-03-183-23/+22
* [SPARK-6325] [core,yarn] Do not change target executor count when killing exe...Marcelo Vanzin2015-03-181-0/+7
* [SPARK-6286][minor] Handle missing Mesos case TASK_ERROR.Iulian Dragos2015-03-183-19/+4
* [SPARK-6313] Add config option to disable file locks/fetchFile cache to ...nemccarthy2015-03-171-1/+2
* [SPARK-3266] Use intermediate abstract classes to fix type erasure issues in ...Josh Rosen2015-03-175-3/+141
* [SPARK-6365] jetty-security also needed for SPARK_PREPEND_CLASSES to workImran Rashid2015-03-171-1/+1
* [SPARK-6269] [CORE] Use ScalaRunTime's array methods instead of java.lang.ref...mcheah2015-03-171-13/+15
* [SPARK-4011] tighten the visibility of the members in Master/Worker classCodingCat2015-03-1749-265/+277
* SPARK-6044 [CORE] RDD.aggregate() should not use the closure serializer on th...Sean Owen2015-03-161-1/+1
* [SPARK-6299][CORE] ClassNotFoundException in standalone mode when running gro...Kevin (Sangwoo) Kim2015-03-161-1/+1
* [SPARK-6077] Remove streaming tab while stopping StreamingContextlisurprise2015-03-163-44/+72
* [SPARK-6300][Spark Core] sc.addFile(path) does not support the relative path.DoingDone92015-03-162-15/+38
* [CORE][minor] remove unnecessary ClassTag in `DAGScheduler`Wenchen Fan2015-03-131-2/+1
* [SPARK-6197][CORE] handle json exception when hisotry file not finished writingZhang, Liye2015-03-132-5/+23
* [SPARK-5845][Shuffle] Time to cleanup spilled shuffle files not included in s...Ilya Ganelin2015-03-131-0/+3
* [SPARK-6294] fix hang when call take() in JVM on PythonRDDDavies Liu2015-03-121-3/+6
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-115-7/+4