aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6075] Fix bug in that caused lost accumulator updates: do not store We...Josh Rosen2015-02-281-17/+23
* SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsExceptionEvan Yu2015-02-283-5/+145
* SPARK-1965 [WEBUI] Spark UI throws NPE on trying to load the app page for non...Sean Owen2015-02-281-1/+10
* SPARK-5983 [WEBUI] Don't respond to HTTP TRACE in HTTP-based UIsSean Owen2015-02-282-0/+12
* [SPARK-5979][SPARK-6032] Smaller safer --packages fixBurak Yavuz2015-02-272-18/+51
* [SPARK-6036][CORE] avoid race condition between eventlogListener and akka act...Zhang, Liye2015-02-261-3/+3
* [SPARK-6046] Privatize SparkConf.translateConfKeyAndrew Or2015-02-262-3/+3
* SPARK-2168 [Spark core] Use relative URIs for the app links in the History Se...Lukasz Jastrzebski2015-02-261-0/+56
* [SPARK-5495][UI] Add app and driver kill function in master web UIjerryshao2015-02-263-5/+58
* [SPARK-5771][UI][hotfix] Change Requested Cores into * if default cores is no...jerryshao2015-02-261-1/+1
* [SPARK-5529][CORE]Add expireDeadHosts in HeartbeatReceiverHong Shen2015-02-267-49/+79
* SPARK-4579 [WEBUI] Scheduling Delay appears negativeSean Owen2015-02-261-6/+7
* SPARK-6045 RecordWriter should be checked against null in PairRDDFunctio...tedyu2015-02-261-0/+1
* SPARK-4300 [CORE] Race condition during SparkWorker shutdownSean Owen2015-02-261-2/+1
* [SPARK-3562]Periodic cleanup event logsxukun 002289472015-02-262-34/+86
* SPARK-4704 [CORE] SparkSubmitDriverBootstrap doesn't flush outputSean Owen2015-02-261-2/+2
* [SPARK-5363] Fix bug in PythonRDD: remove() inside iterator is not safeDavies Liu2015-02-261-7/+6
* [SPARK-5801] [core] Avoid creating nested directories.Marcelo Vanzin2015-02-264-5/+32
* [SPARK-5914] to run spark-submit requiring only user perm on windowsJudy Nash2015-02-261-0/+6
* [SPARK-5982] Remove incorrect Local Read Time MetricKay Ousterhout2015-02-255-16/+0
* [SPARK-5970][core] Register directory created in getOrCreateLocalRootDirs for...Milan Straka2015-02-251-1/+1
* [SPARK-5771] Number of Cores in Completed Applications of Standalone Master W...guliangliang2015-02-252-8/+27
* [Spark-5708] Add Slf4jSink to Spark MetricsJudy2015-02-241-0/+68
* [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
* [SPARK-5724] fix the misconfiguration in AkkaUtilsCodingCat2015-02-231-3/+0
* [SPARK-3885] Provide mechanism to remove accumulators once they are no longer...Ilya Ganelin2015-02-227-17/+107
* [SPARK-911] allow efficient queries for a range if RDD is partitioned wi...Aaron Josephs2015-02-222-0/+51
* [SPARK-5860][CORE] JdbcRDD: overflow on large range with high number of parti...Evan Yu2015-02-212-18/+50
* SPARK-5841 [CORE] [HOTFIX 2] Memory leak in DiskBlockManagerNishkam Ravi2015-02-212-2/+10
* SPARK-5744 [CORE] Take 2. RDD.isEmpty / take fails for (empty) RDD of NothingSean Owen2015-02-205-1/+24
* [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
* [SPARK-4949]shutdownCallback in SparkDeploySchedulerBackend should be enclose...Kousuke Saruta2015-02-181-19/+16
* [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
* [SPARK-5788] [PySpark] capture the exception in python write threadDavies Liu2015-02-161-2/+2