aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17644][CORE] Do not add failedStages when abortStage for fetch failurew002289702016-09-281-1/+57
* [SPARK-16757] Set up Spark caller context to HDFS and YARNWeiqing Yang2016-09-271-0/+12
* Fix two comments since Actor is not used anymore.Ding Fei2016-09-261-1/+1
* [SPARK-17650] malformed url's throw exceptions before bricking ExecutorsBurak Yavuz2016-09-251-0/+22
* [SPARK-12221] add cpu time to metricsjisookim2016-09-231-21/+48
* [SPARK-17365][CORE] Remove/Kill multiple executors together to reduce RPC cal...Dhruve Ashar2016-09-222-13/+128
* [SPARK-17512][CORE] Avoid formatting to python path for yarn and mesos cluste...jerryshao2016-09-211-0/+19
* [SPARK-17623][CORE] Clarify type of TaskEndReason with a failed task.Imran Rashid2016-09-211-1/+1
* [SPARK-4563][CORE] Allow driver to advertise a different network address.Marcelo Vanzin2016-09-215-9/+24
* [SPARK-17491] Close serialization stream to fix wrong answer bug in putIterat...Josh Rosen2016-09-174-19/+240
* [SPARK-17529][CORE] Implement BitSet.clearUntil and use it during merge joinsDavid Navas2016-09-171-0/+32
* [SPARK-17484] Prevent invalid block locations from being reported after put()...Josh Rosen2016-09-151-0/+34
* [SPARK-17463][CORE] Make CollectionAccumulator and SetAccumulator's value can...Shixiong Zhu2016-09-141-1/+2
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-141-6/+21
* [SPARK-17485] Prevent failed remote reads of cached blocks from failing entir...Josh Rosen2016-09-121-7/+3
* [SPARK-17503][CORE] Fix memory leak in Memory store when unable to cache the ...Sean Zhong2016-09-121-0/+61
* [SPARK-17456][CORE] Utility for parsing Spark versionsJoseph K. Bradley2016-09-091-0/+76
* [SPARK-15487][WEB UI] Spark Master UI to reverse proxy Application and Worker...Gurvinder Singh2016-09-082-0/+64
* [SPARK-17370] Shuffle service files not invalidated when a slave is lostEric Liang2016-09-073-9/+54
* [SPARK-17359][SQL][MLLIB] Use ArrayBuffer.+=(A) instead of ArrayBuffer.append...Liwei Lin2016-09-074-6/+5
* [SPARK-17110] Fix StreamCorruptionException in BlockManager.getRemoteValues()Josh Rosen2016-09-061-2/+4
* [SPARK-16533][CORE] resolve deadlocking in driver when executors dieAngus Gerry2016-09-012-12/+27
* [SPARK-17243][WEB UI] Spark 2.0 History Server won't load with very large app...Alex Bozarth2016-08-301-0/+1
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-302-1/+108
* [MINOR][MLLIB][SQL] Clean up unused variables and unused importXin Ren2016-08-301-2/+4
* [SPARK-17276][CORE][TEST] Stop env params output on Jenkins job pageXin Ren2016-08-301-1/+1
* [SPARK-17266][TEST] Add empty strings to the regressionTests of PrefixCompara...Yin Huai2016-08-261-1/+2
* [SPARK-16967] move mesos to moduleMichael Gummelt2016-08-267-1519/+0
* [SPARK-17240][CORE] Make SparkConf serializable again.Marcelo Vanzin2016-08-251-1/+21
* [SPARK-15083][WEB UI] History Server can OOM due to unlimited TaskUIDataAlex Bozarth2016-08-241-2/+2
* [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