aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20172][CORE] Add file permission check when listing files in FsHistory...jerryshao2017-04-202-2/+111
* [SPARK-20358][CORE] Executors failing stage on interrupted exception thrown b...Eric Liang2017-04-201-9/+17
* [SPARK-15354][FLAKY-TEST] TopologyAwareBlockReplicationPolicyBehavior.Peers i...Wenchen Fan2017-04-131-2/+11
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-125-7/+7
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-107-15/+23
* [SPARK-20243][TESTS] DebugFilesystem.assertNoOpenStreams thread raceBogdan Raducanu2017-04-101-10/+16
* [SPARK-17019][CORE] Expose on-heap and off-heap memory usage in various placesjerryshao2017-04-063-7/+119
* [SPARK-20217][CORE] Executor should not fail stage if killed task throws non-...Eric Liang2017-04-051-1/+7
* [SPARK-20204][SQL][FOLLOWUP] SQLConf should react to change in default timezo...Dilip Biswal2017-04-061-0/+9
* [SPARK-9002][CORE] KryoSerializer initialization does not include 'Array[Int]'Denis Bolshakov2017-04-031-0/+10
* [SPARK-20096][SPARK SUBMIT][MINOR] Expose the right queue name not null if se...Kent Yao2017-03-301-0/+11
* [SPARK-15354][CORE] Topology aware block replication strategiesShubham Chopra2017-03-302-12/+94
* [SPARK-20059][YARN] Use the correct classloader for HBaseCredentialProviderjerryshao2017-03-291-1/+6
* [SPARK-19556][CORE] Do not encrypt block manager data in memory.Marcelo Vanzin2017-03-296-53/+252
* [SPARK-19868] conflict TasksetManager lead to spark stoppedliujianhui2017-03-281-1/+26
* [SPARK-19803][CORE][TEST] Proactive replication test failuresShubham Chopra2017-03-281-11/+18
* [SPARK-20070][SQL] Fix 2.10 buildHerman van Hovell2017-03-251-2/+2
* [SPARK-20070][SQL] Redact DataSourceScanExec treeStringHerman van Hovell2017-03-241-4/+15
* [SPARK-19820][CORE] Add interface to kill tasks w/ a reasonEric Liang2017-03-2310-19/+76
* [SPARK-16929] Improve performance when check speculatable tasks.jinxing2017-03-232-0/+68
* [SPARK-19567][CORE][SCHEDULER] Support some Schedulable variables immutabilit...erenavsarogullari2017-03-234-9/+21
* [SPARK-17204][CORE] Fix replicated off heap storageMichael Allman2017-03-211-4/+16
* [SPARK-13369] Add config for number of consecutive fetch failuresSital Kedia2017-03-171-8/+8
* [SPARK-19946][TESTING] DebugFilesystem.assertNoOpenStreams should report the ...Bogdan Raducanu2017-03-162-2/+21
* [SPARK-18066][CORE][TESTS] Add Pool usage policies test coverage for FIFO & F...erenavsarogullari2017-03-151-6/+91
* [SPARK-19960][CORE] Move `SparkHadoopWriter` to `internal/io/`jiangxingbo2017-03-151-0/+1
* [SPARK-19889][SQL] Make TaskContext callbacks thread safeHerman van Hovell2017-03-151-0/+26
* [SPARK-19793] Use clock.getTimeMillis when mark task as finished in TaskSetMa...jinxing2017-03-092-2/+10
* [SPARK-19803][TEST] flaky BlockManagerReplicationSuite test failureuncleGen2017-03-071-5/+5
* [SPARK-19796][CORE] Fix serialization of long property values in TaskDescriptionImran Rashid2017-03-061-0/+16
* [SPARK-19276][CORE] Fetch Failure handling robust to user error handlingImran Rashid2017-03-021-5/+134
* [SPARK-19631][CORE] OutputCommitCoordinator should not allow commits for alre...Patrick Woody2017-03-021-0/+11
* [SPARK-13931] Stage can hang if an executor fails while speculated tasks are ...GavinGavinNo12017-03-011-1/+63
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-281-2/+3
* [SPARK-15355][CORE] Proactive block replicationShubham Chopra2017-02-241-19/+76
* [SPARK-19597][CORE] test case for task deserialization errorsImran Rashid2017-02-241-33/+106
* [SPARK-19560] Improve DAGScheduler tests.Kay Ousterhout2017-02-241-9/+49
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-241-1/+4
* [SPARK-19707][CORE] Improve the invalid path check for sc.addJarjerryshao2017-02-242-0/+17
* [SPARK-19652][UI] Do auth checks for REST API access.Marcelo Vanzin2017-02-211-2/+60
* [SPARK-18922][TESTS] Fix new test failures on Windows due to path and resourc...hyukjinkwon2017-02-201-2/+2
* [SPARK-19646][CORE][STREAMING] binaryRecords replicates records in scala APISean Owen2017-02-201-140/+38
* [SPARK-19450] Replace askWithRetry with askSync.jinxing2017-02-195-16/+15
* [SPARK-19263] DAGScheduler should avoid sending conflicting task set.jinxing2017-02-181-0/+70
* [SPARK-18986][CORE] ExternalAppendOnlyMap shouldn't fail when forced to spill...Liang-Chi Hsieh2017-02-171-0/+11
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-161-3/+3
* [SPARK-19549] Allow providing reason for stage/job cancellingAla Luszczak2017-02-102-4/+67
* [SPARK-19263] Fix race in SchedulerIntegrationSuite.jinxing2017-02-091-7/+7
* [SPARK-16554][CORE] Automatically Kill Executors and Nodes when they are Blac...José Hiram Soltren2017-02-094-7/+145
* [SPARK-17874][CORE] Add SSL port configuration.Marcelo Vanzin2017-02-092-1/+29