aboutsummaryrefslogtreecommitdiff
path: root/yarn/common
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5006][Deploy]spark.port.maxRetries doesn't workWangTaoTheTonic2015-01-211-6/+3
* [YARN][SPARK-4929] Bug fix: fix the yarn-client code to support HAhuangzhaowei2015-01-071-1/+15
* [SPARK-4966][YARN]The MemoryOverhead value is setted not correctlymeiyoula2014-12-291-1/+2
* [SPARK-4730][YARN] Warn against deprecated YARN settingsAndrew Or2014-12-231-1/+16
* Revert "SPARK-2624 add datanucleus jars to the container in yarn-cluster"Andrew Or2014-12-042-142/+0
* Revert "[HOT FIX] [YARN] Check whether `/lib` exists before listing its files"Andrew Or2014-12-041-15/+12
* [SPARK-4253] Ignore spark.driver.host in yarn-cluster and standalone-cluster ...WangTaoTheTonic2014-12-041-1/+1
* [HOT FIX] [YARN] Check whether `/lib` exists before listing its filesAndrew Or2014-12-031-12/+15
* SPARK-2624 add datanucleus jars to the container in yarn-clusterJim Lim2014-12-032-0/+142
* [SPARK-4584] [yarn] Remove security manager from Yarn AM.Marcelo Vanzin2014-11-281-46/+14
* [SPARK-4282][YARN] Stopping flag in YarnClientSchedulerBackend should be vola...Kousuke Saruta2014-11-111-1/+1
* [HOT FIX] Yarn stable tests don't compileandrewor142014-10-312-15/+19
* SPARK-3837. Warn when YARN kills containers for exceeding memory limitsSandy Ryza2014-10-312-3/+61
* [Minor] A few typos in comments and log messagesAndrew Or2014-10-301-1/+1
* [SPARK-4138][SPARK-4139] Improve dynamic allocation settingsAndrew Or2014-10-304-10/+29
* [SPARK-1720][SPARK-1719] use LD_LIBRARY_PATH instead of -Djava.library.pathGuoQiang Li2014-10-292-4/+21
* [SPARK-3795] Heuristics for dynamically scaling executorsAndrew Or2014-10-291-1/+1
* [SPARK-3822] Executor scaling mechanism for YarnAndrew Or2014-10-294-35/+81
* [SPARK-4096][YARN]let ApplicationMaster accept executor memory argument in sa...WangTaoTheTonic2014-10-282-3/+3
* [SPARK-4098][YARN]use appUIAddress instead of appUIHostPort in yarn-client modeWangTaoTheTonic2014-10-281-1/+1
* [SPARK-4095][YARN][Minor]extract val isLaunchingDriver in ClientBaseWangTaoTheTonic2014-10-281-3/+2
* [SPARK-4116][YARN]Delete the abandoned log4j-spark-container.propertiesWangTaoTheTonic2014-10-281-24/+0
* [SPARK-3900][YARN] ApplicationMaster's shutdown hook fails and IllegalStateEx...Kousuke Saruta2014-10-241-3/+3
* [SPARK-3877][YARN] Throw an exception when application is not successful so t...zsxwing2014-10-222-7/+24
* [SPARK-3979] [yarn] Use fs's default replication.Marcelo Vanzin2014-10-171-1/+2
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-091-4/+1
* [SPARK-3788] [yarn] Fix compareFs to do the right thing for HDFS namespaces.Marcelo Vanzin2014-10-081-19/+12
* [SPARK-3627] - [yarn] - fix exit code and final status reporting to RMThomas Graves2014-10-072-113/+186
* [SPARK-3377] [SPARK-3610] Metrics can be accidentally aggregated / History se...Kousuke Saruta2014-10-034-2/+17
* [SPARK-3606] [yarn] Correctly configure AmIpFilter for Yarn HA.Marcelo Vanzin2014-10-032-10/+6
* Modify default YARN memory_overhead-- from an additive constant to a multiplierNishkam Ravi2014-10-024-21/+31
* [SPARK-3476] Remove outdated memory checks in YarnAndrew Or2014-09-261-10/+3
* [SPARK-2778] [yarn] Add yarn integration tests.Marcelo Vanzin2014-09-243-7/+7
* [SPARK-3304] [YARN] ApplicationMaster's Finish status is wrong when uncaught ...Kousuke Saruta2014-09-231-12/+54
* [SPARK-3477] Clean up code in Yarn Client / ClientBaseAndrew Or2014-09-237-475/+613
* [YARN] SPARK-2668: Add variable of yarn log directory for reference from the ...peng.zhang2014-09-232-0/+6
* SPARK-3177 (on Master Branch)chesterxgchen2014-09-171-3/+16
* [SPARK-3410] The priority of shutdownhook for ApplicationMaster should not be...Kousuke Saruta2014-09-151-6/+7
* [SPARK-3456] YarnAllocator on alpha can lose container requests to RMThomas Graves2014-09-121-2/+6
* SPARK-3014. Log a more informative messages in a couple failure scenario...Sandy Ryza2014-09-121-4/+2
* [Spark-3490] Disable SparkUI for testsAndrew Or2014-09-112-2/+2
* [SPARK-2140] Updating heap memory calculation for YARN stable and alpha.Chris Cope2014-09-112-6/+1
* SPARK-1713. Use a thread pool for launching executors.Sandy Ryza2014-09-101-2/+12
* [SPARK-3286] - Cannot view ApplicationMaster UI when Yarn’s url scheme i...Benoy Antony2014-09-101-1/+1
* [SPARK-3260] yarn - pass acls along with executor launchThomas Graves2014-09-056-18/+103
* [SPARK-3388] Expose aplication ID in ApplicationStart event, use it in histor...Marcelo Vanzin2014-09-034-22/+25
* [SPARK-3187] [yarn] Cleanup allocator code.Marcelo Vanzin2014-09-031-6/+419
* [SPARK-3010] fix redundant conditionalscwf2014-08-311-1/+1
* [SPARK-2889] Create Hadoop config objects consistently.Marcelo Vanzin2014-08-305-16/+22
* [SPARK-3279] Remove useless field variable in ApplicationMasterKousuke Saruta2014-08-281-1/+0