aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5088] Use spark-class for running executors directlyJongyoul Lee2015-01-191-0/+32
* [SPARK-3288] All fields in TaskMetrics should be private and use getters/settersIlya Ganelin2015-01-192-22/+22
* [SPARK-5231][WebUI] History Server shows wrong job submission time.Kousuke Saruta2015-01-163-10/+37
* [SPARK-5201][CORE] deal with int overflow in the ParallelCollectionRDD.slice ...Ye Xianjin2015-01-161-0/+25
* [SPARK-4092] [CORE] Fix InputMetrics for coalesce'd RddsKostas Sakellis2015-01-153-42/+161
* [SPARK-4857] [CORE] Adds Executor membership events to SparkListenerKostas Sakellis2015-01-154-5/+117
* [SPARK-4014] Add TaskContext.attemptNumber and deprecate TaskContext.attemptIdJosh Rosen2015-01-146-12/+39
* [SPARK-4951][Core] Fix the issue that a busy executor may be killedzsxwing2015-01-111-2/+47
* [SPARK-4737] Task set manager properly handles serialization errorsmcheah2015-01-095-1/+106
* [SPARK-1143] Separate pool tests into their own suite.Kay Ousterhout2015-01-092-230/+183
* [SPARK-4048] Enhance and extend hadoop-provided profile.Marcelo Vanzin2015-01-081-1/+1
* [SPARK-5126][Core] Verify Spark urls before creating Actors so that invalid u...zsxwing2015-01-071-0/+50
* [SPARK-2458] Make failed application log visible on History ServerMasayoshi TSUZUKI2015-01-071-4/+10
* [SPARK-5074][Core] Fix a non-deterministic test failurezsxwing2015-01-041-0/+1
* [SPARK-5083][Core] Fix a flaky test in TaskResultGetterSuitezsxwing2015-01-041-2/+20
* [SPARK-5069][Core] Fix the race condition of TaskSchedulerImpl.dagSchedulerzsxwing2015-01-041-1/+0
* [SPARK-5067][Core] Use '===' to compare well-defined case classzsxwing2015-01-041-28/+4
* [HOTFIX] Bind web UI to ephemeral port in DriverSuiteJosh Rosen2015-01-011-1/+4
* [HOTFIX] Disable Spark UI in SparkSubmitSuite testsJosh Rosen2014-12-311-0/+2
* [SPARK-1010] Clean up uses of System.setProperty in unit testsJosh Rosen2014-12-3016-212/+178
* [SPARK-4882] Register PythonBroadcast with Kryo so that PySpark works with Kr...Josh Rosen2014-12-301-0/+60
* SPARK-4297 [BUILD] Build warning fixes omnibusSean Owen2014-12-242-3/+3
* [SPARK-4834] [standalone] Clean up application files after app finishes.Marcelo Vanzin2014-12-232-2/+3
* [SPARK-4079] [CORE] Consolidates Errors if a CompressionCodec is not availableKostas Sakellis2014-12-221-0/+6
* SPARK-4910 [CORE] build failed (use of FileStatus.isFile in Hadoop 1.x)Sean Owen2014-12-212-3/+3
* [SPARK-2261] Make event logger use a single file.Marcelo Vanzin2014-12-194-452/+305
* [SPARK-4759] Fix driver hanging from coalescing partitionsAndrew Or2014-12-101-1/+1
* [SPARK-4215] Allow requesting / killing executors only in YARN modeAndrew Or2014-12-101-0/+1
* [SPARK-4719][API] Consolidate various narrow dep RDD classes with MapPartitio...Reynold Xin2014-12-041-29/+21
* [SPARK-4085] Propagate FetchFailedException when Spark fails to read local sh...Reynold Xin2014-12-032-2/+23
* [SPARK-4715][Core] Make sure tryToAcquire won't return a negative valuezsxwing2014-12-031-1/+16
* [SPARK-4397][Core] Cleanup 'import SparkContext._' in corezsxwing2014-12-0225-26/+0
* [SPARK-4661][Core] Minor code and docs cleanupzsxwing2014-12-011-1/+0
* [SPARK-4613][Core] Java API for JdbcRDDCheng Lian2014-11-271-3/+4
* [SPARK-732][SPARK-3628][CORE][RESUBMIT] eliminate duplicate update on accmulatorCodingCat2014-11-261-6/+28
* Fix SPARK-4471: blockManagerIdFromJson function throws exception while B...hushan[胡珊]2014-11-251-3/+12
* [SPARK-4525] Mesos should decline unused offersJongyoul Lee2014-11-241-15/+46
* Revert "[SPARK-4525] Mesos should decline unused offers"Patrick Wendell2014-11-241-46/+15
* [SPARK-4525] Mesos should decline unused offersPatrick Wendell2014-11-241-15/+46
* [SPARK-4145] Web UI job pagesJosh Rosen2014-11-243-9/+476
* [SPARK-4479][SQL] Avoids unnecessary defensive copies when sort based shuffle...Cheng Lian2014-11-241-6/+6
* [SPARK-4397][Core] Reorganize 'implicit's to improve the API conveniencezsxwing2014-11-212-1/+129
* [SPARK-4480] Avoid many small spills in external data structuresAndrew Or2014-11-191-0/+2
* [Spark-4484] Treat maxResultSize as unlimited when set to 0; improve error me...Nishkam Ravi2014-11-191-2/+2
* [SPARK-4495] Fix memory leak in JobProgressListenerJosh Rosen2014-11-191-15/+85
* [SPARK-4433] fix a racing condition in zipWithIndexXiangrui Meng2014-11-181-0/+5
* [SPARK-4075][SPARK-4434] Fix the URI validation logic for Application Jar name.Kousuke Saruta2014-11-181-1/+16
* [SPARK-4180] [Core] Prevent creation of multiple active SparkContextsJosh Rosen2014-11-172-2/+59
* Revert "[SPARK-4075] [Deploy] Jar url validation is not enough for Jar file"Andrew Or2014-11-171-6/+0
* [SPARK-2321] Several progress API improvements / refactoringsJosh Rosen2014-11-141-7/+18