aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11887] Close PersistenceEngine at the end of PersistenceEngineSuite testsJosh Rosen2015-11-201-48/+52
* [SPARK-11650] Reduce RPC timeouts to speed up slow AkkaUtilsSuite testJosh Rosen2015-11-201-1/+2
* [SPARK-11845][STREAMING][TEST] Added unit test to verify TrackStateRDD is cor...Tathagata Das2015-11-191-201/+210
* [SPARK-4134][CORE] Lower severity of some executor loss logs.Marcelo Vanzin2015-11-194-22/+43
* [SPARK-11746][CORE] Use cache-aware method dependencieshushan2015-11-191-1/+1
* [SPARK-11828][CORE] Register DAGScheduler metrics source after app id is known.Marcelo Vanzin2015-11-192-3/+2
* [SPARK-11799][CORE] Make it explicit in executor logs that uncaught e…Srinivasa Reddy Vundela2015-11-191-1/+5
* [SPARK-11831][CORE][TESTS] Use port 0 to avoid port conflicts in testsShixiong Zhu2015-11-192-14/+14
* [SPARK-11830][CORE] Make NettyRpcEnv bind to the specified hostzsxwing2015-11-192-5/+11
* [SPARK-11787][SQL] Improve Parquet scan performance when using flat schemas.Nong Li2015-11-181-7/+34
* [SPARK-11495] Fix potential socket / file handle leaks that were found via st...Josh Rosen2015-11-182-15/+30
* [SPARK-10930] History "Stages" page "duration" can be confusingDerek Dagit2015-11-181-3/+16
* [SPARK-11649] Properly set Akka frame size in SparkListenerSuite testJosh Rosen2015-11-181-2/+3
* [SPARK-10745][CORE] Separate configs between shuffle and RPCShixiong Zhu2015-11-189-18/+17
* [SPARK-11809] Switch the default Mesos mode to coarse-grained modeReynold Xin2015-11-181-1/+1
* [SPARK-4557][STREAMING] Spark Streaming foreachRDD Java API method should acc...Bryan Cutler2015-11-181-0/+27
* [SPARK-11792] [SQL] [FOLLOW-UP] Change SizeEstimation to KnownSizeEstimation ...Yin Huai2015-11-182-26/+18
* [SPARK-11195][CORE] Use correct classloader for TaskResultGetterHurshal Patel2015-11-183-8/+72
* [SPARK-6541] Sort executors by ID (numeric)Jean-Baptiste Onofré2015-11-182-3/+12
* [SPARK-11792][SQL] SizeEstimator cannot provide a good size estimation of Uns...Yin Huai2015-11-183-4/+47
* [SPARK-11761] Prevent the call to StreamingContext#stop() in the listener bus...tedyu2015-11-171-18/+28
* [SPARK-11583] [CORE] MapStatus Using RoaringBitmap More ProperlyKent Yao2015-11-173-5/+37
* [SPARK-11016] Move RoaringBitmap to explicit Kryo serializerDavies Liu2015-11-171-9/+55
* [SPARK-11726] Throw exception on timeout when waiting for REST server responseJacek Lewandowski2015-11-171-3/+11
* [SPARK-9552] Add force control for killExecutors to avoid false killing for t...Grace2015-11-175-15/+82
* [SPARK-11786][CORE] Tone down messages from akka error monitor.Marcelo Vanzin2015-11-171-1/+1
* [SPARK-11695][CORE] Set s3a credentialsChris Bannister2015-11-171-4/+9
* [SPARK-11480][CORE][WEBUI] Wrong callsite is displayed when using AsyncRDDAct...Kousuke Saruta2015-11-161-0/+2
* [SPARKR][HOTFIX] Disable flaky SparkR package build testShivaram Venkataraman2015-11-161-1/+3
* [SPARK-11625][SQL] add java test for typed aggregateWenchen Fan2015-11-161-1/+1
* Revert "[SPARK-11271][SPARK-11016][CORE] Use Spark BitSet instead of RoaringB...Davies Liu2015-11-166-82/+28
* [SPARK-11718][YARN][CORE] Fix explicitly killed executor dies silently issuejerryshao2015-11-162-2/+5
* [SPARK-11522][SQL] input_file_name() returns "" for external tablesxin Wu2015-11-161-0/+7
* Revert "[SPARK-11572] Exit AsynchronousListenerBus thread when stop() is called"Josh Rosen2015-11-151-3/+6
* [SPARK-10500][SPARKR] sparkr.zip cannot be created if /R/lib is unwritableSun Rui2015-11-157-31/+90
* [SPARK-10181][SQL] Do kerberos login for credentials during hive client initi...Yu Gao2015-11-151-3/+14
* [SPARK-7970] Skip closure cleaning for SQL operationsnitin goyal2015-11-131-0/+18
* [SPARK-8029] Robust shuffle writerDavies Liu2015-11-1216-52/+402
* [SPARK-11663][STREAMING] Add Java API for trackStateByKeyShixiong Zhu2015-11-121-0/+27
* [SPARK-11709] include creation site info in SparkContext.assertNotStopped err...Xiangrui Meng2015-11-121-1/+17
* [SPARK-2533] Add locality levels on stage summary viewJean-Baptiste Onofré2015-11-121-1/+20
* [SPARK-11655][CORE] Fix deadlock in handling of launcher stop().Marcelo Vanzin2015-11-122-11/+21
* [SPARK-10827] replace volatile with Atomic* in AppClient.scala.Reynold Xin2015-11-111-33/+35
* [SPARK-11647] Attempt to reduce time/flakiness of Thriftserver CLI and SparkS...Josh Rosen2015-11-112-7/+11
* [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled c...Josh Rosen2015-11-112-12/+17
* [SPARK-11646] WholeTextFileRDD should return Text rather than StringReynold Xin2015-11-115-44/+69
* [SPARK-10192][HOTFIX] Fix NPE in test that was added in #8402Josh Rosen2015-11-101-1/+1
* [SPARK-11361][STREAMING] Show scopes of RDD operations inside DStream.foreach...Tathagata Das2015-11-101-4/+5
* [SPARK-11615] Drop @VisibleForTesting annotationtedyu2015-11-104-11/+7
* [SPARK-11572] Exit AsynchronousListenerBus thread when stop() is calledtedyu2015-11-101-6/+3