aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16550][SPARK-17042][CORE] Certain classes fail to deserialize in block...Eric Liang2016-08-221-54/+23
* [SPARK-16961][CORE] Fixed off-by-one error that biased randomizeInPlaceNick Lavers2016-08-191-0/+35
* [SPARK-16671][CORE][SQL] Consolidate code to do variable substitution.Marcelo Vanzin2016-08-152-47/+93
* [SPARK-11714][MESOS] Make Spark on Mesos honor port restrictions on coarse gr...Stavros Kontopoulos2016-08-153-6/+170
* [MINOR][CORE] fix warnings on depreciated methods in MesosClusterSchedulerSui...Xin Ren2016-08-132-5/+4
* [SPARK-13081][PYSPARK][SPARK_SUBMIT] Allow set pythonExec of driver and execu...Jeff Zhang2016-08-112-0/+7
* [SPARK-13602][CORE] Add shutdown hook to DriverRunner to prevent driver proce...Bryan Cutler2016-08-111-2/+71
* [SPARK-16952] don't lookup spark home directory when executor uri is setMichael Gummelt2016-08-111-2/+21
* [SPARK-12920][CORE] Honor "spark.ui.retainedStages" to reduce mem-pressureRajesh Balamohan2016-08-101-16/+34
* [SPARK-16522][MESOS] Spark application throws exception on exit.Sun Rui2016-08-091-0/+33
* [SPARK-16779][TRIVIAL] Avoid using postfix operators where they do not add mu...Holden Karau2016-08-084-5/+2
* [SPARK-16925] Master should call schedule() after all executor exit events, n...Josh Rosen2016-08-061-0/+15
* [SPARK-16787] SparkContext.addFile() should not throw if called twice with th...Josh Rosen2016-08-021-0/+51
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-304-9/+9
* [SPARK-16637] Unified containerizerMichael Gummelt2016-07-291-3/+29
* [SPARK-5847][CORE] Allow for configuring MetricsSystem's use of app ID to nam...Mark Grover2016-07-272-1/+86
* [SPARK-15703][SCHEDULER][CORE][WEBUI] Make ListenerBus event queue size confi...Dhruve Ashar2016-07-265-25/+35
* [SPARK-15271][MESOS] Allow force pulling executor docker imagesPhilipp Hoffmann2016-07-262-0/+65
* [SPARK-15590][WEBUI] Paginate Job Table in Jobs tabTao Lin2016-07-251-2/+3
* [SPARK-16166][CORE] Also take off-heap memory usage into consideration in log...jerryshao2016-07-252-4/+6
* 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