aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [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-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
* [SPARK-9692] Remove SqlNewHadoopRDD's generated Tuple2 and InterruptibleItera...Reynold Xin2015-08-061-27/+17
* [SPARK-9645] [YARN] [CORE] Allow shuffle service to read shuffle files.Marcelo Vanzin2015-08-062-2/+3
* [SPARK-9556] [SPARK-9619] [SPARK-9624] [STREAMING] Make BlockGenerator more r...Tathagata Das2015-08-061-1/+1
* [SPARK-9548][SQL] Add a destructive iterator for BytesToBytesMapLiang-Chi Hsieh2015-08-062-8/+62
* [SPARK-9611] [SQL] Fixes a few corner cases when we spill a UnsafeFixedWidthA...Yin Huai2015-08-052-18/+30
* [SPARK-9651] Fix UnsafeExternalSorterSuite.Marcelo Vanzin2015-08-051-8/+13
* [SPARK-9649] Fix flaky test MasterSuite - randomize portsAndrew Or2015-08-051-4/+4
* [HOTFIX] Add static import to fix build break from #7676.Josh Rosen2015-08-051-0/+1
* [SPARK-8861][SPARK-8862][SQL] Add basic instrumentation to each SparkPlan ope...zsxwing2015-08-053-7/+25