aboutsummaryrefslogtreecommitdiff
path: root/yarn/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-123-8/+4
* [SPARK-12384] Enables spark-clients to set the min(-Xms) and max(*.memory con...Dhruve Ashar2016-04-072-5/+4
* [SPARK-14416][CORE] Add thread-safe comments for CoarseGrainedSchedulerBacken...Shixiong Zhu2016-04-051-3/+6
* [HOTFIX] Fix `optional` to `createOptional`.Dongjoon Hyun2016-04-051-1/+1
* [SPARK-529][SQL] Modify SQLConf to use new config API from core.Marcelo Vanzin2016-04-051-46/+46
* [SPARK-13063][YARN] Make the SPARK YARN STAGING DIR as configurableDevaraj K2016-04-052-3/+20
* [SPARK-13579][BUILD] Stop building the main Spark assembly.Marcelo Vanzin2016-04-041-3/+0
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-021-8/+8
* [SPARK-12864][YARN] initialize executorIdCounter after ApplicationMaster kill...zhonghaihua2016-04-012-2/+21
* [SPARK-12343][YARN] Simplify Yarn client and client argumentjerryshao2016-04-019-292/+79
* [SPARK-14062][YARN] Fix log4j and upload metrics.properties automatically wit...jerryshao2016-03-312-46/+28
* [SPARK-13955][YARN] Also look for Spark jars in the build directory.Marcelo Vanzin2016-03-302-6/+14
* [MINOR][DOCS] Add proper periods and spaces for CLI help messages and `config...Dongjoon Hyun2016-03-211-1/+1
* [SPARK-13885][YARN] Fix attempt id regression for Spark running on Yarnjerryshao2016-03-182-6/+4
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-1711-10/+20
* [SPARK-13360][PYSPARK][YARN] PYSPARK_DRIVER_PYTHON and PYSPARK_PYTHON…Jeff Zhang2016-03-161-0/+3
* [SPARK-13889][YARN] Fix integer overflow when calculating the max number of e...Carson Wang2016-03-161-1/+4
* [SPARK-13642][YARN] Changed the default application exit state to failed for ...jerryshao2016-03-151-7/+8
* [SPARK-13848][SPARK-5185] Update to Py4J 0.9.2 in order to fix classloading i...Josh Rosen2016-03-141-2/+2
* [SPARK-13779][YARN] Avoid cancelling non-local container requests.Ryan Blue2016-03-141-12/+46
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-143-7/+7
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-131-2/+2
* [SPARK-13577][YARN] Allow Spark jar to be multiple jars, archive.Marcelo Vanzin2016-03-112-32/+86
* [HOTFIX][YARN] Fix yarn cluster mode fire and forget regressionjerryshao2016-03-081-1/+1
* [SPARK-529][CORE][YARN] Add type-safe config keys to SparkConf.Marcelo Vanzin2016-03-0712-227/+427
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-033-8/+3
* [SPARK-13627][SQL][YARN] Fix simple deprecation warnings.Dongjoon Hyun2016-03-021-1/+1
* [SPARK-13478][YARN] Use real user when fetching delegation tokens.Marcelo Vanzin2016-02-291-11/+35
* [SPARK-12523][YARN] Support long-running of the Spark On HBase and hive meta ...huangzhaowei2016-02-263-40/+42
* [SPARK-12009][YARN] Avoid to re-allocating yarn container while driver want t...hushan2016-02-251-0/+3
* [SPARK-12316] Wait a minutes to avoid cycle calling.huangzhaowei2016-02-251-1/+4
* [SPARK-13441][YARN] Fix NPE in yarn Client.createConfArchive methodTerence Yim2016-02-251-3/+8
* [SPARK-13220][CORE] deprecate yarn-client and yarn-cluster modejerryshao2016-02-231-2/+3
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-221-1/+1
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-221-1/+1
* [SPARK-12652][PYSPARK] Upgrade Py4J to 0.9.1Shixiong Zhu2016-01-121-2/+2
* [SPARK-12692][BUILD][YARN] Scala style: Fix the style violation (Space before...Kousuke Saruta2016-01-111-1/+1
* [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from s...Shixiong Zhu2015-12-311-7/+5
* [SPARK-3873][YARN] Fix import ordering.Marcelo Vanzin2015-12-3012-26/+23
* [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-092-29/+54
* [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-035-32/+456
* [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