aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12902] [SQL] visualization for generated operatorsDavies Liu2016-01-252-2/+6
* [SPARK-12149][WEB UI] Executor UI improvement suggestions - Color UIAlex Bozarth2016-01-256-20/+97
* [SPARK-12755][CORE] Stop the event logger before the DAG schedulerMichael Allman2016-01-251-6/+6
* [HOTFIX]Remove rpcEnv.awaitTermination to avoid dead-lock in some testShixiong Zhu2016-01-221-1/+0
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-2229-713/+103
* [SPARK-12847][CORE][STREAMING] Remove StreamingListenerBus and post all Strea...Shixiong Zhu2016-01-207-206/+182
* [SPARK-2750][WEB UI] Add https support to the Web UIscwf2016-01-1920-87/+273
* [SPARK-12887] Do not expose var's in TaskMetricsAndrew Or2016-01-1925-243/+280
* [SPARK-12885][MINOR] Rename 3 fields in ShuffleWriteMetricsAndrew Or2016-01-1824-114/+126
* [SPARK-10985][CORE] Avoid passing evicted blocks throughout BlockManagerJosh Rosen2016-01-1813-237/+166
* [SPARK-12884] Move classes to their own files for readabilityAndrew Or2016-01-188-360/+493
* [SPARK-12644][SQL] Update parquet reader to be vectorized.Nong Li2016-01-151-3/+3
* [SPARK-12716][WEB UI] Add a TOTALS row to the Executors Web UIAlex Bozarth2016-01-151-10/+64
* [SPARK-12667] Remove block manager's internal "external block store" APIReynold Xin2016-01-1527-1051/+133
* [SPARK-12708][UI] Sorting task error in Stages Page when yarn mode.Koyo Yoshida2016-01-156-18/+46
* [SPARK-12174] Speed up BlockManagerSuite getRemoteBytes() testJosh Rosen2016-01-141-41/+30
* [SPARK-12784][UI] Fix Spark UI IndexOutOfBoundsException with dynamic allocationShixiong Zhu2016-01-142-6/+17
* [SPARK-9844][CORE] File appender race condition during shutdownBryan Cutler2016-01-142-10/+95
* [SPARK-12819] Deprecate TaskContext.isRunningLocally()Josh Rosen2016-01-135-19/+4
* [SPARK-12400][SHUFFLE] Avoid generating temp shuffle files for empty partitionsjerryshao2016-01-132-12/+51
* [SPARK-12690][CORE] Fix NPE in UnsafeInMemorySorter.free()Carson Wang2016-01-131-2/+4
* [SPARK-12692][BUILD][CORE] Scala style: Fix the style violation (Space before...Kousuke Saruta2016-01-125-5/+5
* [SPARK-12652][PYSPARK] Upgrade Py4J to 0.9.1Shixiong Zhu2016-01-122-2/+2
* [SPARK-12582][TEST] IndexShuffleBlockResolverSuite fails in windowsYucai Yu2016-01-121-17/+34
* [SPARK-12638][API DOC] Parameter explanation not very accurate for rdd functi...Tommy YU2016-01-121-0/+14
* [SPARK-12340] Fix overflow in various take functions.Reynold Xin2016-01-093-6/+10
* [SPARK-12730][TESTS] De-duplicate some test code in BlockManagerSuiteJosh Rosen2016-01-081-63/+25
* [SPARK-4819] Remove Guava's "Optional" from public APISean Owen2016-01-087-41/+302
* [SPARK-12654] sc.wholeTextFiles with spark.hadoop.cloneConf=true fail…Thomas Graves2016-01-081-1/+8
* [SPARK-12701][CORE] FileAppender should use join to ensure writing thread com...Bryan Cutler2016-01-081-10/+1
* [SPARK-12618][CORE][STREAMING][SQL] Clean up build warnings: 2.0.0 editionSean Owen2016-01-081-0/+1
* [SPARK-12591][STREAMING] Register OpenHashMapBasedStateMap for KryoShixiong Zhu2016-01-072-7/+37
* [SPARK-12604][CORE] Addendum - use casting vs mapValues for countBy{Key,Value}Sean Owen2016-01-072-2/+2
* [SPARK-12598][CORE] bug in setMinPartitionsDarek Blasiak2016-01-071-3/+2
* [STREAMING][MINOR] More contextual information in logs + minor code i…Jacek Laskowski2016-01-073-4/+4
* [SPARK-12295] [SQL] external spilling for window functionsDavies Liu2016-01-065-8/+48
* [SPARK-12678][CORE] MapPartitionsRDD clearDependenciesGuillaume Poulin2016-01-061-1/+6
* [SPARK-12673][UI] Add missing uri prepending for job descriptionjerryshao2016-01-061-3/+3
* [SPARK-7689] Remove TTL-based metadata cleaning in Spark 2.0Josh Rosen2016-01-068-554/+36
* [SPARK-12640][SQL] Add simple benchmarking utility class and add Parquet scan...Nong Li2016-01-061-0/+120
* [SPARK-12604][CORE] Java count(AprroxDistinct)ByKey methods return Scala Long...Sean Owen2016-01-063-30/+36
* [SPARK-12665][CORE][GRAPHX] Remove Vector, VectorSuite and GraphKryoRegistrat...Kousuke Saruta2016-01-062-204/+0
* [SPARK-12340][SQL] fix Int overflow in the SparkPlan.executeTake, RDD.take an...QiangCai2016-01-062-10/+10
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-0582-196/+176
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-05158-250/+246
* [SPARK-12659] fix NPE in UnsafeExternalSorter (used by cartesian product)Davies Liu2016-01-053-11/+44
* [SPARK-12615] Remove some deprecated APIs in RDD/SparkContextReynold Xin2016-01-0517-624/+3
* [SPARK-12641] Remove unused code related to Hadoop 0.23Kousuke Saruta2016-01-051-10/+3
* [SPARK-12486] Worker should kill the executors more forcefully if possible.Nong Li2016-01-043-12/+112
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-0224-260/+78