aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-CORE][TEST][MINOR] Fix the wrong comment in testwm624@hotmail.com2016-10-271-3/+3
* [SPARK-18126][SPARK-CORE] getIteratorZipWithIndex accepts negative value as i...Miao Wang2016-10-271-0/+3
* [SPARK-17802] Improved caller context logging.Shuai Lin2016-10-261-5/+2
* [SPARK-4411][WEB UI] Add "kill" link for jobs in the UIAlex Bozarth2016-10-261-8/+39
* [SPARK-16988][SPARK SHELL] spark history server log needs to be fixed to show...hayashidac2016-10-261-5/+5
* [SPARK-17894][HOTFIX] Fix broken build fromKay Ousterhout2016-10-241-1/+1
* [SPARK-17894][CORE] Ensure uniqueness of TaskSetManager name.Eren Avsarogullari2016-10-242-5/+28
* [SPARK-928][CORE] Add support for Unsafe-based serializer in KryoSandeep Singh2016-10-223-0/+173
* [SPARK-17331][FOLLOWUP][ML][CORE] Avoid allocating 0-length arraysZheng RuiFeng2016-10-216-7/+7
* [SPARK-18003][SPARK CORE] Fix bug of RDD zipWithIndex & zipWithUniqueId index...WeichenXu2016-10-191-0/+7
* [SPARK-17711] Compress rolled executor logYu Peng2016-10-183-27/+131
* [SPARK-17839][CORE] Use Nio's directbuffer instead of BufferedInputStream in ...Sital Kedia2016-10-171-0/+135
* Revert "[SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across exe...Reynold Xin2016-10-151-67/+0
* [SPARK-17637][SCHEDULER] Packed scheduling for Spark tasks across executorsZhan Zhang2016-10-151-0/+67
* [SPARK-17675][CORE] Expand Blacklist for TaskSetsImran Rashid2016-10-127-48/+409
* [SPARK-17850][CORE] Add a flag to ignore corrupt filesShixiong Zhu2016-10-121-1/+61
* [MINOR][SQL] Use resource path for test_script.shWeiqing Yang2016-10-083-4/+16
* [SPARK-17768][CORE] Small (Sum,Count,Mean)Evaluator problems and suboptimalitiesSean Owen2016-10-083-56/+126
* [SPARK-17778][TESTS] Mock SparkContext to reduce memory usage of BlockManager...Shixiong Zhu2016-10-051-1/+4
* [SPARK-17671][WEBUI] Spark 2.0 history server summary page is slow even set s...Sean Owen2016-10-041-2/+2
* [SPARK-14914][CORE][SQL] Skip/fix some test cases on Windows due to limitatio...Tao LI2016-10-023-1/+12
* [SPARK-17740] Spark tests should mock / interpose HDFS to ensure that streams...Eric Liang2016-09-302-3/+128
* [SPARK-15353][CORE] Making peer selection for block replication pluggableShubham Chopra2016-09-303-0/+144
* [SPARK-17676][CORE] FsHistoryProvider should ignore hidden filesImran Rashid2016-09-291-2/+34
* [SPARK-17648][CORE] TaskScheduler really needs offers to be an IndexedSeqImran Rashid2016-09-292-20/+19
* [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-2318-21/+406
* [SPARK-17365][CORE] Remove/Kill multiple executors together to reduce RPC cal...Dhruve Ashar2016-09-223-14/+130
* [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-302-0/+68
* [SPARK-5682][CORE] Add encrypted shuffle in sparkFerdinand Xu2016-08-305-7/+114
* [MINOR][MLLIB][SQL] Clean up unused variables and unused importXin Ren2016-08-301-2/+4