aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-19265][SQL][FOLLOW-UP] Configurable `tableRelationCache` maximum sizeLiwei Lin2017-02-091-0/+22
* [SPARK-19464][CORE][YARN][TEST-HADOOP2.6] Remove support for Hadoop 2.5 and e...Sean Owen2017-02-081-43/+31
* [SPARK-19260] Spaces or "%20" in path parameter are not correctly handled wit...zuotingbing2017-02-071-1/+1
* [SPARK-18967][SCHEDULER] compute locality levels even if delay = 0Imran Rashid2017-02-061-1/+86
* [SPARK-17663][CORE] SchedulableBuilder should handle invalid data access via ...erenavsarogullari2017-02-061-26/+57
* [SPARK-19437] Rectify spark executor id in HeartbeatReceiverSuite.jinxing2017-02-021-13/+13
* [SPARK-19365][CORE] Optimize RequestMessage serializationShixiong Zhu2017-01-272-2/+33
* [SPARK-19220][UI] Make redirection to HTTPS apply to all URIs.Marcelo Vanzin2017-01-262-19/+56
* [SPARK-19139][CORE] New auth mechanism for transport library.Marcelo Vanzin2017-01-243-10/+77
* [SPARK-14049][CORE] Add functionality in spark history sever API to query app...Parag Chaudhari2017-01-241-0/+6
* [SPARK-19146][CORE] Drop more elements when stageData.taskData.size > retaine...Yuming Wang2017-01-231-0/+30
* [SPARK-19117][SPARK-18922][TESTS] Fix the rest of flaky, newly introduced and...hyukjinkwon2017-01-211-1/+1
* [SPARK-16654][CORE] Add UI coverage for Application Level BlacklistingJosé Hiram Soltren2017-01-194-8/+90
* [SPARK-18113] Use ask to replace askWithRetry in canCommit and make receiver ...jinxing2017-01-181-0/+16
* [SPARK-19227][SPARK-19251] remove unused imports and outdated commentsuncleGen2017-01-183-6/+0
* [SPARK-17568][CORE][DEPLOY] Add spark-submit option to override ivy settings ...Bryan Cutler2017-01-111-20/+80
* [SPARK-19117][TESTS] Skip the tests using script transformation on Windowshyukjinkwon2017-01-101-16/+9
* [SPARK-18922][SQL][CORE][STREAMING][TESTS] Fix all identified tests failed du...hyukjinkwon2017-01-101-1/+1
* [SPARK-17931] Eliminate unnecessary task (de) serializationKay Ousterhout2017-01-062-10/+85
* [SPARK-19033][CORE] Add admin acls for history serverjerryshao2017-01-061-1/+110
* [SPARK-14958][CORE] Failed task not handled when there's error deserializing ...Rui Li2017-01-051-1/+20
* [SPARK-19062] Utils.writeByteBuffer bug fixKay Ousterhout2017-01-041-1/+24
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-043-4/+4
* [MINOR] Add missing sc.stop() to end of examplesWeiqing Yang2017-01-031-11/+9
* [SPARK-19010][CORE] Include Kryo exception in case of overflowSergei Lebedev2016-12-281-1/+2
* [SPARK-17755][CORE] Use workerRef to send RegisterWorkerResponse to avoid the...Shixiong Zhu2016-12-251-1/+1
* [SPARK-18975][CORE] Add an API to remove SparkListenerjerryshao2016-12-221-0/+16
* [SPARK-18922][TESTS] Fix more resource-closing-related and path-related test ...hyukjinkwon2016-12-221-0/+3
* [SPARK-18761][CORE] Introduce "task reaper" to oversee task killing in executorsJosh Rosen2016-12-191-0/+77
* [SPARK-18836][CORE] Serialize one copy of task metrics in DAGSchedulerShivaram Venkataraman2016-12-193-4/+16
* [SPARK-18827][CORE] Fix cannot read broadcast on diskYuming Wang2016-12-181-0/+12
* [SPARK-18895][TESTS] Fix resource-closing-related and path-related test failu...hyukjinkwon2016-12-162-12/+13
* [SPARK-8425][CORE] Application Level BlacklistingImran Rashid2016-12-155-33/+487
* [SPARK-18830][TESTS] Fix tests in PipedRDDSuite to pass on Windowshyukjinkwon2016-12-141-157/+151
* [SPARK-18842][TESTS][LAUNCHER] De-duplicate paths in classpaths in commands f...hyukjinkwon2016-12-141-12/+0
* [SPARK-18846][SCHEDULER] Fix flakiness in SchedulerIntegrationSuiteImran Rashid2016-12-141-2/+12
* [SPARK-13747][CORE] Fix potential ThreadLocal leaks in RPC when using ForkJoi...Shixiong Zhu2016-12-132-4/+2
* [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