aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-9585] Delete the input format caching because some input format are no...xutingjun2015-09-221-6/+0
* [SPARK-10718] [BUILD] Update License on conf files and corresponding excludes...Rekha Joshi2015-09-222-0/+34
* [Minor] style fix for previous commit f24316eAndrew Or2015-09-221-0/+1
* [SPARK-10458] [SPARK CORE] Added isStopped() method in SparkContextMadhusudanan Kandasamy2015-09-221-0/+4
* [SPARK-10711] [SPARKR] Do not assume spark.submit.deployMode is always setHossein2015-09-211-1/+1
* [SPARK-10649] [STREAMING] Prevent inheriting job group and irrelevant job des...Tathagata Das2015-09-212-1/+82
* [SPARK-5259] [CORE] don't submit stage until its dependencies map outputs are...hushan[胡珊]2015-09-214-24/+191
* [SPARK-7989] [SPARK-10651] [CORE] [TESTS] Increase timeout to fix flaky testszsxwing2015-09-213-3/+3
* [SPARK-10710] Remove ability to disable spilling in core and SQLJosh Rosen2015-09-196-94/+51
* [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer arrayAndrew Or2015-09-181-2/+12
* [SPARK-10611] Clone Configuration for each task for NewHadoopRDDMingyu Kim2015-09-182-8/+34
* [SPARK-9808] Remove hash shuffle file consolidation.Reynold Xin2015-09-184-287/+13
* [SPARK-9522] [SQL] SparkSubmit process can not exit if kill application when ...linweizhong2015-09-171-1/+1
* [SPARK-10531] [CORE] AppId is set as AppName in status rest apiJeff Zhang2015-09-175-12/+13
* [SPARK-10172] [CORE] disable sort in HistoryServer webUIJosiah Samuel2015-09-171-1/+4
* [MINOR] [CORE] Fixes minor variable name typoCheng Lian2015-09-171-2/+2
* [SPARK-10050] [SPARKR] Support collecting data of MapType in DataFrame.Sun Rui2015-09-161-0/+31
* [SPARK-10589] [WEBUI] Add defense against external site framingSean Owen2015-09-165-11/+24
* [SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCommitCoord...Josh Rosen2015-09-1513-63/+135
* [SPARK-10575] [SPARK CORE] Wrapped RDD.takeSample with Scopevinodkc2015-09-151-37/+31
* [SPARK-10548] [SPARK-10563] [SQL] Fix concurrent SQL executionsAndrew Or2015-09-152-43/+31
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-151-0/+10
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-151-10/+0
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-152-2/+2
* [SPARK-9851] Support submitting map stages individually in DAGSchedulerMatei Zaharia2015-09-1412-63/+710
* [SPARK-10564] ThreadingSuite: assertion failures in threads don't fail the te...Andrew Or2015-09-141-8/+15
* [SPARK-10543] [CORE] Peak Execution Memory Quantile should be Per-task BasisForest Fang2015-09-142-8/+23
* [SPARK-10576] [BUILD] Move .java files out of src/main/scalaSean Owen2015-09-144-0/+0
* [SPARK-9899] [SQL] log warning for direct output committer with speculation e...Wenchen Fan2015-09-141-6/+38