aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10048] [SPARKR] Support arbitrary nested Java array in serde.Sun Rui2015-08-252-35/+58
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-2574-377/+342
* Fixed a typo in DAGScheduler.ehnalis2015-08-251-7/+20
* [DOC] add missing parameters in SparkContext.scala for scala docZhang, Liye2015-08-251-1/+14
* [SPARK-10144] [UI] Actually show peak execution memory by defaultAndrew Or2015-08-242-6/+8
* [SPARK-9439] [YARN] External shuffle service robust to NM restarts using leveldbImran Rashid2015-08-214-5/+15
* [SPARK-10140] [DOC] add target fields to @SinceXiangrui Meng2015-08-201-0/+2
* [SPARK-9982] [SPARKR] SparkR DataFrame fail to return data of Decimal typeAlex Shkurenko2015-08-201-0/+5
* [SPARK-10124] [MESOS] Fix removing queued driver in mesos cluster mode.Timothy Chen2015-08-191-8/+11
* [SPARK-10119] [CORE] Fix isDynamicAllocationEnabled when config is expliticly...Marcelo Vanzin2015-08-192-1/+15
* [SPARK-8889] [CORE] Fix for OOM for graph creationJoshi2015-08-192-11/+51
* [SPARK-9856] [SPARKR] Add expression functions into SparkR whose params are c...Yu ISHIKAWA2015-08-191-0/+1
* [SPARK-8949] Print warnings when using preferred locations featureHan JU2015-08-191-0/+5
* [SPARK-9967] [SPARK-10099] [STREAMING] Renamed conf spark.streaming.backpress...Tathagata Das2015-08-182-2/+2
* [SPARK-9952] Fix N^2 loop when DAGScheduler.getPreferredLocsInternal accesses...Josh Rosen2015-08-184-16/+18
* [SPARK-7736] [CORE] Fix a race introduced in PythonRunner.Marcelo Vanzin2015-08-181-1/+7
* [MINOR] fix the comments in IndexShuffleBlockResolverCodingCat2015-08-181-1/+1
* [SPARK-7736] [CORE] [YARN] Make pyspark fail YARN app on failure.Marcelo Vanzin2015-08-173-6/+34
* [SPARK-9924] [WEB UI] Don't schedule checkForLogs while some of them are alre...Rohit Agarwal2015-08-171-7/+21
* [SPARK-9199] [CORE] Upgrade Tachyon version from 0.7.0 -> 0.7.1.Calvin Jia2015-08-171-1/+1
* [SPARK-10008] Ensure shuffle locality doesn't take precedence over narrow depsMatei Zaharia2015-08-162-19/+44
* [SPARK-9980] [BUILD] Fix SBT publishLocal error due to invalid characters in docHerman van Hovell2015-08-151-3/+3
* [HOTFIX] fix duplicated bracesDavies Liu2015-08-144-6/+6
* [SPARK-9934] Deprecate NIO ConnectionManager.Reynold Xin2015-08-141-0/+2
* [SPARK-9877] [CORE] Fix StandaloneRestServer NPE when submitting applicationjerryshao2015-08-141-8/+8
* [SPARK-9948] Fix flaky AccumulatorSuite - internal accumulatorsAndrew Or2015-08-141-61/+92
* [SPARK-9809] Task crashes because the internal accumulators are not properly ...Carson Wang2015-08-141-1/+2
* [SPARK-9923] [CORE] ShuffleMapStage.numAvailableOutputs should be an Int inst...Neelesh Srinivas Salian2015-08-141-1/+1
* [SPARK-9945] [SQL] pageSize should be calculated from executor.memoryDavies Liu2015-08-131-1/+3
* [SPARK-9649] Fix MasterSuite, third time's a charmAndrew Or2015-08-131-0/+1
* [SPARK-9832] [SQL] add a thread-safe lookup for BytesToBytseMapDavies Liu2015-08-121-8/+22
* [SPARK-9870] Disable driver UI and Master REST server in SparkSubmitSuiteJosh Rosen2015-08-121-0/+7
* [SPARK-9724] [WEB UI] Avoid unnecessary redirects in the Spark Web UI.Rohit Agarwal2015-08-122-9/+8
* [SPARK-9826] [CORE] Fix cannot use custom classes in log4j.propertiesMichel Lemay2015-08-1211-240/+294
* [SPARK-9092] Fixed incompatibility when both num-executors and dynamic...Niranjan Padmanabhan2015-08-126-4/+45
* [SPARK-8967] [DOC] add Since annotationXiangrui Meng2015-08-121-0/+28
* [SPARK-9747] [SQL] Avoid starving an unsafe operator in aggregationAndrew Or2015-08-123-15/+39
* [SPARK-9795] Dynamic allocation: avoid double counting when killing same exec...Andrew Or2015-08-122-4/+27
* [SPARK-8625] [CORE] Propagate user exceptions in tasks back to driverTom White2015-08-1212-34/+165
* [SPARK-8798] [MESOS] Allow additional uris to be fetched with mesosTimothy Chen2015-08-114-0/+19
* [SPARK-9426] [WEBUI] Job page DAG visualization is not shownCarson Wang2015-08-112-5/+6
* [SPARK-9829] [WEBUI] Display the update value for peak execution memoryzsxwing2015-08-111-1/+1
* [SPARK-9806] [WEB UI] Don't share ReplayListenerBus between multiple applicat...Rohit Agarwal2015-08-111-1/+1
* [SPARK-8366] maxNumExecutorsNeeded should properly handle failed tasksxutingjun2015-08-112-10/+34
* [SPARK-9824] [CORE] Fix the issue that InternalAccumulator leaks WeakReferencezsxwing2015-08-113-11/+16
* Fix comment errorJeff Zhang2015-08-111-1/+1
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-1113-142/+105
* [SPARK-9710] [TEST] Fix RPackageUtilsSuite when R is not available.Marcelo Vanzin2015-08-101-2/+6
* [CORE] [SPARK-9760] Use Option instead of Some for Ivy reposShivaram Venkataraman2015-08-091-1/+1
* [SPARK-9752][SQL] Support UnsafeRow in Sample operator.Reynold Xin2015-08-091-6/+12