aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16432] Empty blocks fail to serialize due to assert in ChunkedByteBufferEric Liang2016-07-081-8/+4
* [SPARK-15885][WEB UI] Provide links to executor logs from stage details page ...Tom Magrino2016-07-071-0/+4
* [SPARK-16304] LinkageError should not crash Spark executorpetermaxlee2016-07-061-0/+9
* [SPARK-16182][CORE] Utils.scala -- terminateProcess() should call Process.des...Sean Owen2016-07-011-1/+1
* [SPARK-15865][CORE] Blacklist should not result in job hanging with less than...Imran Rashid2016-06-306-13/+135
* [SPARK-16148][SCHEDULER] Allow for underscores in TaskLocation in the Executo...Tom Magrino2016-06-281-0/+2
* [SPARK-16106][CORE] TaskSchedulerImpl should properly track executors added t...Imran Rashid2016-06-271-62/+106
* [SPARK-16136][CORE] Fix flaky TaskManagerSuiteImran Rashid2016-06-271-25/+43
* [SPARK-15963][CORE] Catch `TaskKilledException` correctly in Executor.TaskRunnerLiwei Lin2016-06-241-0/+139
* [SPARK-16125][YARN] Fix not test yarn cluster mode correctly in YarnClusterSuitepeng.zhang2016-06-241-1/+2
* [SPARK-13723][YARN] Change behavior of --num-executors with dynamic allocation.Ryan Blue2016-06-231-1/+17
* [SPARK-15660][CORE] Update RDD `variance/stdev` description and add popVarian...Dongjoon Hyun2016-06-231-0/+4
* [SPARK-16003] SerializationDebugger runs into infinite loopEric Liang2016-06-221-1/+12
* [SPARK-15783][CORE] Fix Flakiness in BlacklistIntegrationSuiteImran Rashid2016-06-223-25/+73
* [SPARK-16017][CORE] Send hostname from CoarseGrainedExecutorBackend to driverShixiong Zhu2016-06-172-3/+3
* [SPARK-15926] Improve readability of DAGScheduler stage creation methodsKay Ousterhout2016-06-171-5/+5
* [SPARK-15782][YARN] Fix spark.jars and spark.yarn.dist.jars handlingNezih Yigitbasi2016-06-161-0/+12
* [SPARK-15796][CORE] Reduce spark.memory.fraction default to avoid overrunning...Sean Owen2016-06-161-1/+1
* Revert "[SPARK-15782][YARN] Set spark.jars system property in client mode"Davies Liu2016-06-151-12/+0
* [HOTFIX][CORE] fix flaky BasicSchedulerIntegrationTestImran Rashid2016-06-151-8/+7
* [SPARK-15782][YARN] Set spark.jars system property in client modeNezih Yigitbasi2016-06-151-0/+12
* [SPARK-15826][CORE] PipedRDD to allow configurable char encodingTejas Patil2016-06-151-1/+11
* [SPARK-15518][CORE][FOLLOW-UP] Rename LocalSchedulerBackendEndpoint -> LocalS...Liwei Lin2016-06-151-7/+7
* [SPARK-15927] Eliminate redundant DAGScheduler code.Kay Ousterhout2016-06-141-0/+31
* [MINOR] Clean up several build warnings, mostly due to internal use of old ac...Sean Owen2016-06-143-12/+10
* [SPARK-15876][CORE] Remove support for "zk://" master URLSean Owen2016-06-121-4/+0
* [SPARK-15878][CORE][TEST] fix cleanup in EventLoggingListenerSuite and Replay...Imran Rashid2016-06-122-4/+4
* [SPARK-15860] Metrics for codegen size and perfEric Liang2016-06-111-4/+4
* [SPARK-14851][CORE] Support radix sort with nullable longsEric Liang2016-06-111-2/+2
* [SPARK-15866] Rename listAccumulator collectionAccumulatorReynold Xin2016-06-101-1/+1
* [SPARK-15794] Should truncate toString() of very wide plansEric Liang2016-06-091-0/+8
* [SPARK-15783][CORE] still some flakiness in these blacklist tests so ignore f...Imran Rashid2016-06-062-3/+8
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-065-6/+6
* [SPARK-15723] Fixed local-timezone-brittle test where short-timezone form "ES...Brett Randall2016-06-051-1/+2
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-032-2/+5
* [SPARK-15681][CORE] allow lowercase or mixed case log level string when calli...Xin Wu2016-06-031-0/+15
* [SPARK-15714][CORE] Fix flaky o.a.s.scheduler.BlacklistIntegrationSuiteImran Rashid2016-06-032-25/+53
* [SPARK-15736][CORE] Gracefully handle loss of DiskStore filesJosh Rosen2016-06-022-0/+52
* [SPARK-15322][SQL][FOLLOWUP] Use the new long accumulator for old int accumul...hyukjinkwon2016-06-021-3/+2
* [SPARK-15601][CORE] CircularBuffer's toString() to print only the contents wr...Tejas Patil2016-05-311-7/+30
* [SPARK-10530][CORE] Kill other task attempts when one taskattempt belonging t...Devaraj K2016-05-305-3/+62
* [SPARK-15633][MINOR] Make package name for Java tests consistentReynold Xin2016-05-271-1/+1
* [SPARK-15562][ML] Delete temp directory after program exit in DataFrameExampledding32016-05-271-2/+2
* [SPARK-15569] Reduce frequency of updateBytesWritten function in Diskā€¦Sital Kedia2016-05-271-6/+6
* [SPARK-8428][SPARK-13850] Fix integer overflows in TimSortSameer Agarwal2016-05-261-0/+24
* [SPARK-10372] [CORE] basic test framework for entire spark schedulerImran Rashid2016-05-264-10/+724
* [SPARK-14269][SCHEDULER] Eliminate unnecessary submitStage() call.Takuya UESHIN2016-05-251-0/+7
* [SPARK-9044] Fix "Storage" tab in UI so that it reflects RDD name change.Lukasz2016-05-251-0/+17
* [SPARK-15518] Rename various scheduler backend for consistencyReynold Xin2016-05-245-31/+37
* [SPARK-15512][CORE] repartition(0) should raise IllegalArgumentExceptionDongjoon Hyun2016-05-241-0/+8