aboutsummaryrefslogtreecommitdiff
path: root/yarn/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8136] [YARN] Fix flakiness in YarnClusterSuite.Hari Shreedharan2015-06-061-7/+9
* [SPARK-8001] [CORE] Make AsynchronousListenerBus.waitUntilEmpty throw Timeout...zsxwing2015-06-031-1/+1
* [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.Reynold Xin2015-05-311-12/+12
* [SPARK-7558] Demarcate tests in unit-tests.logAndrew Or2015-05-295-14/+15
* [SPARK-7929] Turn whitespace checker on for more token types.Reynold Xin2015-05-281-1/+1
* [SPARK-6602] [CORE] Remove some places in core that calling SparkEnv.actorSystemzsxwing2015-05-261-0/+1
* [SPARK-7657] [YARN] Add driver logs links in application UI, in cluster mode.Hari Shreedharan2015-05-211-1/+23
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-05-013-52/+63
* Revert "[SPARK-5342] [YARN] Allow long running Spark apps to run on secure YA...Patrick Wendell2015-04-303-63/+52
* [SPARK-5342] [YARN] Allow long running Spark apps to run on secure YARN/HDFSHari Shreedharan2015-04-303-52/+63
* [SPARK-2669] [yarn] Distribute client configuration to AM.Marcelo Vanzin2015-04-172-14/+21
* [SPARK-6769][YARN][TEST] Usage of the ListenerBus in YarnClusterSuite is wrongKousuke Saruta2015-04-141-7/+10
* [SPARK-6700] [yarn] Re-enable flaky test.Marcelo Vanzin2015-04-141-1/+1
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-133-9/+18
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-1/+1
* [SPARK-6700] disable flaky testDavies Liu2015-04-031-1/+2
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-201-1/+1
* [SPARK-6325] [core,yarn] Do not change target executor count when killing exe...Marcelo Vanzin2015-03-181-0/+22
* [SPARK-5937][YARN] Fix ClientSuite to set YARN mode, so that the correct clas...Hari Shreedharan2015-02-211-3/+10
* [SPARK-2996] Implement userClassPathFirst for driver, yarn.Marcelo Vanzin2015-02-093-91/+195
* SPARK-4267 [YARN] Failing to launch jobs on Spark on YARN with Hadoop 2.5.0 o...Sean Owen2015-02-091-2/+4
* SPARK-2450 Adds executor log links to Web UIKostas Sakellis2015-02-061-3/+28
* SPARK-4337. [YARN] Add ability to cancel pending requestsSandy Ryza2015-02-061-5/+49
* [SPARK-5173]support python application running on yarn cluster modelianhuiwang2015-02-021-0/+44
* [SPARK-1825] Make Windows Spark client work fine with Linux YARN clusterMasayoshi TSUZUKI2015-02-012-6/+37
* SPARK-1714. Take advantage of AMRMClient APIs to simplify logic in YarnA...Sandy Ryza2015-01-211-4/+146
* SPARK-5087. [YARN] Merge yarn.Client and yarn.ClientBaseSandy Ryza2015-01-081-38/+26
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-061-2/+2
* SPARK-4338. [YARN] Ditch yarn-alpha.Sandy Ryza2014-12-096-0/+878
* Reorganize yarn related codes into sub projects to remove duplicate files.Raymond Liu2014-01-031-220/+0
* Simple cleanup on Spark's Scala code while testing core and yarn modules:Henry Saputra2013-11-151-1/+1
* Allow spark on yarn to be run from HDFS. Allows the spark.jar, app.jar, and l...tgravescs2013-11-041-0/+220