aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [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-201-1/+1
* [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-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
* [SPARK-10858] YARN: archives/jar/files rename with # doesn't work unlTom Graves2015-10-092-3/+10
* [SPARK-8673] [LAUNCHER] API and infrastructure for communicating with child a...Marcelo Vanzin2015-10-096-39/+265
* [SPARK-10956] Common MemoryManager interface for storage and executionAndrew Or2015-10-089-222/+717
* [SPARK-10987] [YARN] Workaround for missing netty rpc disconnection event.Marcelo Vanzin2015-10-083-0/+14
* [SPARK-10964] [YARN] Correctly register the AM with the driver.Marcelo Vanzin2015-10-071-1/+1
* [SPARK-10916] [YARN] Set perm gen size when launching containers on YARN.Marcelo Vanzin2015-10-061-1/+1
* Remove TODO in ShuffleMemoryManager.Reynold Xin2015-10-031-1/+0
* [SPARK-6028] [CORE] Remerge #6457: new RPC implemetation and also pick #8905zsxwing2015-10-0326-66/+1706
* [SPARK-10317] [CORE] Compatibility between history server script and function...Joshi2015-10-022-15/+95
* [SPARK-9867] [SQL] Move utilities for binary data into ByteArrayTakeshi YAMAMURO2015-10-011-15/+2
* [SPARK-10058] [CORE] [TESTS] Fix the flaky tests in HeartbeatReceiverSuitezsxwing2015-10-012-16/+60
* [SPARK-10851] [SPARKR] Exception not failing R applications (in yarn cluster ...Sun Rui2015-09-301-3/+7
* [SPARK-10825] [CORE] [TESTS] Fix race conditions in StandaloneDynamicAllocati...zsxwing2015-09-291-113/+192
* [SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSESean Owen2015-09-281-0/+18
* [SPARK-10812] [YARN] Spark hadoop util support switching to yarnHolden Karau2015-09-282-15/+17
* [SPARK-9852] Let reduce tasks fetch multiple map output partitionsMatei Zaharia2015-09-248-124/+300
* [SPARK-10761] Refactor DiskBlockObjectWriter to not require BlockIdJosh Rosen2015-09-248-30/+27
* Revert "[SPARK-6028][Core]A new RPC implemetation based on the network module"Xiangrui Meng2015-09-2426-1699/+63
* [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array (r...Andrew Or2015-09-231-39/+12
* [SPARK-6028][Core]A new RPC implemetation based on the network modulezsxwing2015-09-2326-63/+1699
* [SPARK-10731] [SQL] Delegate to Scala's DataFrame.take implementation in Pyth...Reynold Xin2015-09-231-1/+1
* [SPARK-10721] Log warning when file deletion failstedyu2015-09-2314-25/+74
* [SPARK-10652] [SPARK-10742] [STREAMING] Set meaningful job descriptions for a...Tathagata Das2015-09-224-12/+137
* [SPARK-10640] History server fails to parse TaskCommitDeniedAndrew Or2015-09-223-1/+35
* [SPARK-10714] [SPARK-8632] [SPARK-10685] [SQL] Refactor Python UDF handlingReynold Xin2015-09-221-11/+43
* [SPARK-10704] Rename HashShuffleReader to BlockStoreShuffleReaderJosh Rosen2015-09-224-10/+7