aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11424] Guard against double-close() of RecordReadersJosh Rosen2015-10-314-52/+66
* Revert "[SPARK-11236][CORE] Update Tachyon dependency from 0.7.1 -> 0.8.0."Yin Huai2015-10-301-1/+5
* [SPARK-11423] remove MapPartitionsWithPreparationRDDDavies Liu2015-10-303-145/+0
* [SPARK-11414][SPARKR] Forgot to update usage of 'spark.sparkr.r.command' in R...Sun Rui2015-10-301-1/+6
* [SPARK-10986][MESOS] Set the context class loader in the Mesos executor backend.Iulian Dragos2015-10-301-0/+5
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-2922-737/+1245
* [SPARK-11236][CORE] Update Tachyon dependency from 0.7.1 -> 0.8.0.Calvin Jia2015-10-291-5/+1
* [SPARK-11178] Improving naming around task failures.Kay Ousterhout2015-10-2710-34/+52
* [SPARK-11212][CORE][STREAMING] Make preferred locations support ExecutorCache...zsxwing2015-10-272-2/+16
* [SPARK-11306] Fix hang when JVM exits.Kay Ousterhout2015-10-271-1/+1
* [SPARK-11276][CORE] SizeEstimator prevents class unloadingSem Mulder2015-10-271-2/+4
* [SPARK-11209][SPARKR] Add window functions into SparkR [step 1].Sun Rui2015-10-261-1/+2
* [SPARK-5966][WIP] Spark-submit deploy-mode cluster is not compatible with mas...Kevin Yu2015-10-261-0/+2
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-2543-942/+1081
* [SPARK-11287] Fixed class name to properly start TestExecutor from deploy.cli...Bryan Cutler2015-10-251-1/+2
* Fix typosJacek Laskowski2015-10-254-4/+5
* [SPARK-11125] [SQL] Uninformative exception when running spark-sql witho…Jeff Zhang2015-10-231-0/+9
* [SPARK-10971][SPARKR] RRunner should allow setting path to Rscript.Sun Rui2015-10-231-1/+10
* Fix a (very tiny) typoJacek Laskowski2015-10-221-1/+1
* [SPARK-11134][CORE] Increase LauncherBackendSuite timeout.Marcelo Vanzin2015-10-221-2/+2
* [SPARK-11098][CORE] Add Outbox to cache the sending messages to resolve the m...zsxwing2015-10-222-57/+310
* [SPARK-11251] Fix page size calculation in local modeAndrew Or2015-10-223-15/+40
* [SPARK-11163] Remove unnecessary addPendingTask calls.Kay Ousterhout2015-10-221-22/+5
* [SPARK-11232][CORE] Use 'offer' instead of 'put' to make sure calling send wo...zsxwing2015-10-221-5/+5
* [SPARK-10708] Consolidate sort shuffle implementationsJosh Rosen2015-10-2226-1290/+435
* [SPARK-11121][CORE] Correct the TaskLocation typezhichao.li2015-10-222-4/+9
* Minor cleanup of ShuffleMapStage.outputLocs code.Reynold Xin2015-10-214-20/+39
* [SPARK-10447][SPARK-3842][PYSPARK] upgrade pyspark to py4j0.9Holden Karau2015-10-202-2/+2
* [SPARK-11110][BUILD] Remove transient annotation for parameters.Jakob Odersky2015-10-201-1/+1
* [SPARK-10876] Display total uptime for completed applicationsJean-Baptiste Onofré2015-10-202-8/+17
* [SPARK-11120] Allow sane default number of executor failures when dynamically...Ryan Williams2015-10-191-1/+3
* [SPARK-9708][MESOS] Spark should create local temporary directories in Mesos ...Chris Bannister2015-10-191-3/+14
* [SPARK-11051][CORE] Do not allow local checkpointing after the RDD is materia...Liang-Chi Hsieh2015-10-192-7/+32
* [SPARK-11131][CORE] Fix race in worker registration protocol.Marcelo Vanzin2015-10-196-56/+86
* [SPARK-9643] Upgrade pyrolite to 4.9Alex Angelini2015-10-191-1/+1
* [SPARK-10921][YARN] Completely remove the use of SparkContext.prefer…Jacek Laskowski2015-10-191-16/+6
* [SPARK-11129] [MESOS] Link Spark WebUI from Mesos WebUIph2015-10-172-2/+12
* [SPARK-11165] Logging trait should be private - not DeveloperApi.Reynold Xin2015-10-171-3/+2
* [SPARK-11109] [CORE] Move FsHistoryProvider off deprecated AccessControlExcep...gweidner2015-10-161-1/+1
* [SPARK-11124] JsonParser/Generator should be closed for resource recyclenavis.ryu2015-10-161-0/+4
* [SPARK-11078] Ensure spilling tests actually spillAndrew Or2015-10-157-581/+532
* [SPARK-10515] When killing executor, the pending replacement executors should...KaiXinXiaoLei2015-10-152-0/+37
* [SPARK-11047] Internal accumulators miss the internal flag when replaying eve...Carson Wang2015-10-153-32/+79
* [SPARK-11066] Update DAGScheduler's "misbehaved ResultHandler"shellberg2015-10-151-2/+11
* [SPARK-11093] [CORE] ChildFirstURLClassLoader#getResources should return all ...Adam Lewandowski2015-10-152-9/+44
* [SPARK-11096] Post-hoc review Netty based RPC implementation - round 2Reynold Xin2015-10-147-107/+81
* [SPARK-10619] Can't sort columns on Executor PageTom Graves2015-10-143-2/+3
* [SPARK-10983] Unified memory managerAndrew Or2015-10-1318-269/+766
* [SPARK-10051] [SPARKR] Support collecting data of StructType in DataFrameSun Rui2015-10-131-16/+55
* [SPARK-11079] Post-hoc review Netty-based RPC - round 1Reynold Xin2015-10-1315-302/+336