aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-4924] Add a library for launching Spark jobs programmatically.Marcelo Vanzin2015-03-117-301/+153
* [SPARK-6087][CORE] Provide actionable exception if Kryo buffer is not large e...Lev Khomich2015-03-102-1/+21
* [SPARK-6194] [SPARK-677] [PySpark] fix memory leak in collect()Davies Liu2015-03-091-17/+59
* SPARK-6205 [CORE] UISeleniumSuite fails for Hadoop 2.x test with NoClassDefFo...Sean Owen2015-03-081-0/+6
* [Minor] Resolve sbt warnings: postfix operator second should be enabledGuoQiang Li2015-03-061-0/+1
* [core] [minor] Don't pollute source directory when running UtilsSuite.Marcelo Vanzin2015-03-061-3/+4
* [SPARK-6175] Fix standalone executor log links when ephemeral ports or SPARK_...Josh Rosen2015-03-058-20/+57
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-6144] [core] Fix addFile when source files are on "hdfs:"Marcelo Vanzin2015-03-042-50/+63
* [SPARK-6107][CORE] Display inprogress application information for event log h...Zhang, Liye2015-03-041-15/+19
* SPARK-6085 Increase default value for memory overheadtedyu2015-03-041-1/+1
* [SPARK-6132][HOTFIX] ContextCleaner InterruptedException should be quietAndrew Or2015-03-031-0/+1
* [SPARK-5949] HighlyCompressedMapStatus needs more classes registered w/ kryoImran Rashid2015-03-032-5/+33
* [SPARK-6133] Make sc.stop() idempotentAndrew Or2015-03-031-2/+2
* [SPARK-6132] ContextCleaner race condition across SparkContextsAndrew Or2015-03-031-13/+26
* Revert "[SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to e...Andrew Or2015-03-031-43/+9
* [SPARK-6138][CORE][minor] enhance the `toArray` method in `SizeTrackingVector`Wenchen Fan2015-03-032-10/+12
* [SPARK-6118] making package name of deploy.worker.CommandUtils and deploy.Com...CodingCat2015-03-031-3/+2
* [SPARK-4777][CORE] Some block memory after unrollSafely not count into used m...hushan[胡珊]2015-03-022-7/+47
* [SPARK-6048] SparkConf should not translate deprecated configs on setAndrew Or2015-03-023-20/+20
* [SPARK-6066] Make event log format easier to parseAndrew Or2015-03-0214-189/+212