aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18773][CORE] Make commons-crypto config translation consistent.Marcelo Vanzin2016-12-121-2/+3
* [SPARK-15844][CORE] HistoryServer doesn't come up if spark.authenticate = trueSteve Loughran2016-12-121-3/+14
* [SPARK-18803][TESTS] Fix JarEntry-related & path-related test failures and sk...hyukjinkwon2016-12-105-7/+24
* [SPARK-4105] retry the fetch or stage if shuffle block is corruptDavies Liu2016-12-091-9/+163
* [SPARK-17822][R] Make JVMObjectTracker a member variable of RBackendXiangrui Meng2016-12-092-0/+104
* [SPARK-18751][CORE] Fix deadlock when SparkContext.stop is called in Utils.tr...Shixiong Zhu2016-12-081-13/+0
* [SPARK-8617][WEBUI] HistoryServer: Include in-progress files during cleanupErgin Seyfe2016-12-081-2/+48
* [SPARK-18678][ML] Skewed reservoir sampling in SamplingUtilsSean Owen2016-12-071-0/+13
* [SPARK-18666][WEB UI] Remove the codes checking deprecated config spark.sql.u...Liang-Chi Hsieh2016-12-011-13/+3
* [SPARK-18546][CORE] Fix merging shuffle spills when using encryption.Marcelo Vanzin2016-11-303-38/+29
* [SPARK-18640] Add synchronization to TaskScheduler.runningTasksByExecutorsJosh Rosen2016-11-301-2/+2
* [SPARK-18617][CORE][STREAMING] Close "kryo auto pick" feature for Spark Strea...uncleGen2016-11-291-2/+4
* [SPARK-18553][CORE] Fix leak of TaskSetManager following executor lossJosh Rosen2016-11-292-3/+72
* [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