aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-301-2/+2
* [SPARK-13071] Coalescing HadoopRDD overwrites existing input metricsAndrew Or2016-01-292-2/+12
* [SPARK-13088] Fix DAG viz in latest version of chromeAndrew Or2016-01-291-6/+7
* [SPARK-13096][TEST] Fix flaky verifyPeakExecutionMemorySetAndrew Or2016-01-291-0/+2
* [SPARK-13055] SQLHistoryListener throws ClassCastExceptionAndrew Or2016-01-299-35/+37
* [SPARK-10873] Support column sort and search for History Server.zhuol2016-01-2925-202/+1701
* [HOTFIX] Fix Scala 2.11 compilationAndrew Or2016-01-271-1/+2
* [SPARK-13021][CORE] Fail fast when custom RDDs violate RDD.partition's API co...Josh Rosen2016-01-272-0/+25
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-2754-1075/+2911
* [SPARK-12967][NETTY] Avoid NettyRpc error message during sparkContext shutdownNishkam Ravi2016-01-264-5/+32
* [SPARK-12614][CORE] Don't throw non fatal exception from askShixiong Zhu2016-01-261-25/+29
* [SPARK-10911] Executors should System.exit on clean shutdown.zhuol2016-01-261-0/+1
* [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is incons...Sean Owen2016-01-269-29/+33
* [SPARK-12961][CORE] Prevent snappy-java memory leakLiang-Chi Hsieh2016-01-261-6/+14
* [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