aboutsummaryrefslogtreecommitdiff
path: root/yarn
Commit message (Expand)AuthorAgeFilesLines
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-191-1/+1
* [SPARK-4117][YARN] Spark on Yarn handle AM being told command from RMDevaraj K2015-12-151-1/+8
* [SPARK-12241][YARN] Improve failure reporting in Yarn client obtainTokenForHB...Steve Loughran2015-12-093-31/+64
* [SPARK-10582][YARN][CORE] Fix AM failure situation for dynamic allocationjerryshao2015-12-091-0/+23
* [SPARK-12142][CORE]Reply false when container allocator is not ready and rese...meiyoula2015-12-041-1/+2
* [SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and Ap...Shixiong Zhu2015-12-031-10/+4
* [SPARK-11314][YARN] add service API and test service for Yarn Cluster schedulersSteve Loughran2015-12-039-32/+651
* [SPARK-12046][DOC] Fixes various ScalaDoc/JavaDoc issuesCheng Lian2015-12-011-5/+5
* [SPARK-7173][YARN] Add label expression support for application masterjerryshao2015-11-231-1/+25
* [SPARK-4134][CORE] Lower severity of some executor loss logs.Marcelo Vanzin2015-11-191-2/+2
* [SPARK-11771][YARN][TRIVIAL] maximum memory in yarn is controlled by two para...Holden Karau2015-11-171-1/+2
* [SPARK-11718][YARN][CORE] Fix explicitly killed executor dies silently issuejerryshao2015-11-161-6/+24
* [SPARK-11615] Drop @VisibleForTesting annotationtedyu2015-11-101-1/+0
* [SPARK-11555] spark on yarn spark-class --num-workers doesn't workThomas Graves2015-11-062-3/+6
* [SPARK-10622][CORE][YARN] Differentiate dead from "mostly dead" executors.Marcelo Vanzin2015-11-042-34/+50
* [SPARK-10997][CORE] Add "client mode" to netty rpc env.Marcelo Vanzin2015-11-021-4/+2
* [SPARK-9817][YARN] Improve the locality calculation of containers by taking p...jerryshao2015-11-025-40/+159
* [SPARK-11073][CORE][YARN] Remove akka dependency in secret key generation.Marcelo Vanzin2015-11-012-2/+33
* [SPARK-11265][YARN] YarnClient can't get tokens to talk to Hive 1.2.1 in a se...Steve Loughran2015-10-314-49/+129
* [SPARK-11178] Improving naming around task failures.Kay Ousterhout2015-10-271-13/+14
* [SPARK-11105] [YARN] Distribute log4j.properties to executorsvundela2015-10-201-0/+13
* [SPARK-10447][SPARK-3842][PYSPARK] upgrade pyspark to py4j0.9Holden Karau2015-10-202-3/+3
* [SPARK-11120] Allow sane default number of executor failures when dynamically...Ryan Williams2015-10-192-12/+26
* [SPARK-10921][YARN] Completely remove the use of SparkContext.prefer…Jacek Laskowski2015-10-192-3/+0
* [SPARK-11000] [YARN] Load `metadata.Hive` class only when `hive.metastore.uri...huangzhaowei2015-10-171-4/+4
* [SPARK-11026] [YARN] spark.yarn.user.classpath.first does work for 'spark-sub...Lianhui Wang2015-10-131-8/+15
* [SPARK-10739] [YARN] Add application attempt window for Spark on Yarnjerryshao2015-10-121-0/+14
* [SPARK-11023] [YARN] Avoid creating URIs from local paths directly.Marcelo Vanzin2015-10-121-5/+6
* [SPARK-8673] [LAUNCHER] API and infrastructure for communicating with child a...Marcelo Vanzin2015-10-096-74/+193
* [SPARK-10987] [YARN] Workaround for missing netty rpc disconnection event.Marcelo Vanzin2015-10-081-0/+3
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-10-073-0/+8
* [SPARK-10964] [YARN] Correctly register the AM with the driver.Marcelo Vanzin2015-10-071-1/+3
* [SPARK-10812] [YARN] Fix shutdown of token renewer.Marcelo Vanzin2015-10-071-1/+1
* [SPARK-10901] [YARN] spark.yarn.user.classpath.first doesn't workThomas Graves2015-10-061-12/+27
* [SPARK-10916] [YARN] Set perm gen size when launching containers on YARN.Marcelo Vanzin2015-10-063-3/+24
* [SPARK-6028] [CORE] Remerge #6457: new RPC implemetation and also pick #8905zsxwing2015-10-031-4/+1
* [SPARK-10871] include number of executor failures in error msgRyan Williams2015-09-291-1/+1
* [SPARK-10790] [YARN] Fix initial executor number not set issue and consolidat...jerryshao2015-09-284-40/+27
* [SPARK-10812] [YARN] Spark hadoop util support switching to yarnHolden Karau2015-09-282-1/+17
* Revert "[SPARK-6028][Core]A new RPC implemetation based on the network module"Xiangrui Meng2015-09-241-1/+4
* [SPARK-6028][Core]A new RPC implemetation based on the network modulezsxwing2015-09-231-4/+1
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-153-28/+0
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-153-0/+28
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-151-1/+1
* [SPARK-10594] [YARN] Remove reference to --num-executors, add --properties-fileErick Tryzelaar2015-09-141-1/+1
* [SPARK-8167] Make tasks that fail from YARN preemption not fail jobmcheah2015-09-102-24/+75
* [SPARK-10481] [YARN] SPARK_PREPEND_CLASSES make spark-yarn related jar could ...Jeff Zhang2015-09-091-1/+4
* [SPARK-10332] [CORE] Fix yarn spark executor validationHolden Karau2015-09-031-0/+3
* [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