aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18547][CORE] Propagate I/O encryption key when executors register.Marcelo Vanzin2016-11-281-56/+79
* [SPARK-18117][CORE] Add test for TaskSetBlacklistImran Rashid2016-11-282-8/+291
* [SPARK-18535][UI][YARN] Redact sensitive information from Spark logs and UIMark Grover2016-11-282-0/+32
* [SPARK-18458][CORE] Fix signed integer overflow problem at an expression in R...Kazuaki Ishizaki2016-11-191-14/+14
* [SPARK-17062][MESOS] add conf option to mesos dispatcherStavros Kontopoulos2016-11-191-17/+26
* [SPARK-18445][BUILD][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that`/`...hyukjinkwon2016-11-191-1/+1
* [SPARK-14914][CORE] Fix Resource not closed after using, for unit tests and e...wm624@hotmail.com2016-11-101-0/+14
* [SPARK-18191][CORE][FOLLOWUP] Call `setConf` if `OutputFormat` is `Configurab...jiangxingbo2016-11-091-0/+15
* [SPARK-16808][CORE] History Server main page does not honor APPLICATION_WEB_P...Vinayak2016-11-091-3/+77
* [SPARK-18280][CORE] Fix potential deadlock in `StandaloneSchedulerBackend.dead`Shixiong Zhu2016-11-081-0/+13
* [SPARK-18191][CORE] Port RDD API to use commit protocoljiangxingbo2016-11-081-18/+2
* [SPARK-18236] Reduce duplicate objects in Spark UI and HistoryServerJosh Rosen2016-11-072-6/+3
* [SPARK-14914][CORE] Fix Resource not closed after using, mostly for unit testsHyukjin Kwon2016-11-075-32/+57
* [SPARK-18200][GRAPHX] Support zero as an initial capacity in OpenHashSetDongjoon Hyun2016-11-023-6/+5
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-021-1/+1
* [SPARK-18204][WEBUI] Remove SparkUI.appUIAddressJacek Laskowski2016-11-022-15/+14
* [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
* 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-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