aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-9731] Standalone scheduling incorrect cores if spark.executor.cores is...Carson Wang2015-08-072-12/+29
* [SPARK-9674] Re-enable ignored test in SQLQuerySuiteAndrew Or2015-08-072-11/+46
* [SPARK-9467][SQL]Add SQLMetric to specialize accumulators to avoid boxingzsxwing2015-08-072-16/+1
* [SPARK-9453] [SQL] support records larger than page size in UnsafeShuffleExte...Davies Liu2015-08-063-110/+103
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-0611-30/+75
* [SPARK-8057][Core]Call TaskAttemptContext.getTaskAttemptID using Reflectionzsxwing2015-08-062-1/+16
* [SPARK-9709] [SQL] Avoid starving unsafe operators that use sortAndrew Or2015-08-066-16/+160