aboutsummaryrefslogtreecommitdiff
path: root/yarn/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-153-0/+28
* [SPARK-9284] [TESTS] Allow all tests to run without an assembly.Marcelo Vanzin2015-08-284-16/+79
* [YARN] [MINOR] Avoid hard code port number in YarnShuffleService testjerryshao2015-08-281-0/+1
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-253-10/+9
* [SPARK-9439] [YARN] External shuffle service robust to NM restarts using leveldbImran Rashid2015-08-216-164/+652
* [SPARK-9782] [YARN] Support YARN application tags via SparkConfDennis Huo2015-08-181-0/+36
* [SPARK-9092] Fixed incompatibility when both num-executors and dynamic...Niranjan Padmanabhan2015-08-121-2/+3
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-031-4/+20
* [SPARK-8297] [YARN] Scheduler backend is not notified in case node fails in YARNMridul Muralidharan2015-07-301-0/+29
* [SPARK-4352] [YARN] [WIP] Incorporate locality preferences in dynamic allocat...jerryshao2015-07-272-8/+131
* [SPARK-7977] [BUILD] Disallowing printlnJonathan Alter2015-07-101-0/+4
* [SPARK-8302] Support heterogeneous cluster install paths on YARN.Marcelo Vanzin2015-06-261-0/+19
* [SPARK-8387] [FOLLOWUP ] [WEBUI] Update driver log URL to show only 4096 bytesCarson Wang2015-06-191-1/+1
* [SPARK-5479] [YARN] Handle --py-files correctly in YARN.Marcelo Vanzin2015-06-102-23/+42
* [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