aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* Preparing Spark release v1.3.0-rc3Patrick Wendell2015-03-051-1/+1
* [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
* Revert "Preparing Spark release v1.3.0-rc3"Patrick Wendell2015-03-041-1/+1
* Revert "Preparing development version 1.3.1-SNAPSHOT"Patrick Wendell2015-03-041-1/+1
* Preparing development version 1.3.1-SNAPSHOTPatrick Wendell2015-03-051-1/+1
* Preparing Spark release v1.3.0-rc3Patrick Wendell2015-03-051-1/+1
* Revert "Preparing Spark release v1.3.0-rc2"Patrick Wendell2015-03-041-1/+1
* Revert "Preparing development version 1.3.1-SNAPSHOT"Patrick Wendell2015-03-041-1/+1
* [SPARK-6144] [core] Fix addFile when source files are on "hdfs:"Marcelo Vanzin2015-03-042-50/+63
* [SPARK-5949] HighlyCompressedMapStatus needs more classes registered w/ kryoImran Rashid2015-03-032-5/+33
* Revert "[SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to e...Andrew Or2015-03-031-43/+9
* Preparing development version 1.3.1-SNAPSHOTPatrick Wendell2015-03-031-1/+1
* Preparing Spark release v1.3.0-rc2Patrick Wendell2015-03-031-1/+1
* Revert "Preparing Spark release v1.3.0-rc1"Patrick Wendell2015-03-031-1/+1
* Revert "Preparing development version 1.3.1-SNAPSHOT"Patrick Wendell2015-03-031-1/+1
* [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
* SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsExceptionEvan Yu2015-02-283-5/+145
* [SPARK-5979][SPARK-6032] Smaller safer --packages fixBurak Yavuz2015-02-272-18/+51
* SPARK-2168 [Spark core] Use relative URIs for the app links in the History Se...Lukasz Jastrzebski2015-02-261-0/+56
* SPARK-4579 [WEBUI] Scheduling Delay appears negativeSean Owen2015-02-261-6/+7
* [SPARK-5363] Fix bug in PythonRDD: remove() inside iterator is not safeDavies Liu2015-02-261-7/+6
* [SPARK-5724] fix the misconfiguration in AkkaUtilsCodingCat2015-02-251-3/+0
* [SPARK-5982] Remove incorrect Local Read Time MetricKay Ousterhout2015-02-255-16/+0
* [SPARK-5965] Standalone Worker UI displays {{USER_JAR}}Andrew Or2015-02-241-1/+1
* [Spark-5967] [UI] Correctly clean JobProgressListener.stageIdToActiveJobIdsTathagata Das2015-02-242-0/+25
* Revert "[SPARK-4808] Removing minimum number of elements read before spill ch...Andrew Or2015-02-221-1/+5
* SPARK-5841 [CORE] [HOTFIX 2] Memory leak in DiskBlockManagerNishkam Ravi2015-02-212-2/+10
* [SPARK-4808] Removing minimum number of elements read before spill checkmcheah2015-02-191-5/+1
* SPARK-4682 [CORE] Consolidate various 'Clock' classesSean Owen2015-02-1910-136/+188
* [SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to ensure de...zsxwing2015-02-191-9/+43
* [SPARK-5816] Add huge compatibility warning in DriverWrapperAndrew Or2015-02-191-0/+7
* SPARK-5548: Fix for AkkaUtilsSuite failure - attempt 2Jacek Lewandowski2015-02-191-2/+7
* Preparing development version 1.3.1-SNAPSHOTPatrick Wendell2015-02-181-1/+1
* Preparing Spark release v1.3.0-rc1Patrick Wendell2015-02-181-1/+1
* Revert "Preparing Spark release v1.3.0-snapshot1"Patrick Wendell2015-02-171-1/+1
* Revert "Preparing development version 1.3.1-SNAPSHOT"Patrick Wendell2015-02-171-1/+1
* [SPARK-4454] Revert getOrElse() cleanup in DAGScheduler.getCacheLocs()Josh Rosen2015-02-171-3/+5
* [SPARK-4454] Properly synchronize accesses to DAGScheduler cacheLocs mapJosh Rosen2015-02-171-10/+24
* [SPARK-5811] Added documentation for maven coordinates and added Spark Packag...Burak Yavuz2015-02-172-20/+45
* [SPARK-5785] [PySpark] narrow dependency for cogroup/join in PySparkDavies Liu2015-02-173-3/+26
* [SPARK-4172] [PySpark] Progress API in PythonDavies Liu2015-02-171-17/+23
* SPARK-5841 [CORE] [HOTFIX] Memory leak in DiskBlockManagerSean Owen2015-02-171-1/+4
* [SPARK-5661]function hasShutdownDeleteTachyonDir should use shutdownDeleteTac...xukun 002289472015-02-171-2/+2
* [SPARK-5778] throw if nonexistent metrics config file providedRyan Williams2015-02-174-19/+22
* Revert "[SPARK-5363] [PySpark] check ending mark in non-block way"Josh Rosen2015-02-171-17/+4
* HOTFIX: Style issue causing build breakPatrick Wendell2015-02-161-2/+2
* [SPARK-5363] [PySpark] check ending mark in non-block wayDavies Liu2015-02-161-4/+17
* [SPARK-5849] Handle more types of invalid JSON requests in SubmitRestProtocol...Josh Rosen2015-02-162-8/+12