aboutsummaryrefslogtreecommitdiff
path: root/yarn/common/src/main
Commit message (Expand)AuthorAgeFilesLines
* [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-311-13/+17
* SPARK-3837. Warn when YARN kills containers for exceeding memory limitsSandy Ryza2014-10-311-3/+27
* [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-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-236-466/+604
* [YARN] SPARK-2668: Add variable of yarn log directory for reference from the ...peng.zhang2014-09-232-0/+6
* [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-111-3/+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-055-17/+28
* [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-304-15/+8
* [SPARK-3279] Remove useless field variable in ApplicationMasterKousuke Saruta2014-08-281-1/+0
* [SPARK-2933] [yarn] Refactor and cleanup Yarn AM code.Marcelo Vanzin2014-08-2710-62/+644
* [SPARK-2742][yarn] delete useless variablesXuTingjun2014-08-221-4/+1
* [SPARK-2718] [yarn] Handle quotes and other characters in user args.Marcelo Vanzin2014-08-184-9/+35
* [SPARK-2635] Fix race condition at SchedulerBackend.isReady in standalone modeli-zhihui2014-08-082-9/+17
* SPARK-1680: use configs for specifying environment variables on YARNThomas Graves2014-08-052-1/+18
* SPARK-1890 and SPARK-1891- add admin and modify aclsThomas Graves2014-08-051-1/+8
* SPARK-1528 - spark on yarn, add support for accessing remote HDFSThomas Graves2014-08-051-16/+40
* Required AM memory is "amMem", not "args.amMemory"derek ma2014-07-301-1/+1
* [SPARK-2037]: yarn client mode doesn't support spark.yarn.max.executor.failuresGuoQiang Li2014-07-241-0/+28
* SPARK-2150: Provide direct link to finished application UI in yarn resou...Rahul Singhal2014-07-242-1/+18
* [YARN] SPARK-2577: File upload to viewfs is broken due to mount point re...Gera Shegalov2014-07-221-1/+2
* SPARK-1707. Remove unnecessary 3 second sleep in YarnClusterSchedulerSandy Ryza2014-07-214-17/+11