aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[SPARK-15271][MESOS] Allow force pulling executor docker images"Josh Rosen2016-07-252-65/+0
* [SPARK-15271][MESOS] Allow force pulling executor docker imagesPhilipp Hoffmann2016-07-252-0/+65
* [SPARK-5581][CORE] When writing sorted map output file, avoid open / …Brian Cho2016-07-241-21/+46
* [SPARK-16194] Mesos Driver env varsMichael Gummelt2016-07-213-73/+138
* [SPARK-16272][CORE] Allow config values to reference conf, env, system props.Marcelo Vanzin2016-07-201-15/+97
* [SPARK-16613][CORE] RDD.pipe returns values for empty partitionsSean Owen2016-07-201-0/+8
* [SPARK-10683][SPARK-16510][SPARKR] Move SparkR include jar test to SparkSubmi...Shivaram Venkataraman2016-07-191-0/+38
* [SPARK-16620][CORE] Add back the tokenization process in `RDD.pipe(command: S...Liwei Lin2016-07-191-0/+16
* [SPARK-16435][YARN][MINOR] Add warning log if initialExecutors is less than m...jerryshao2016-07-131-0/+3
* [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