aboutsummaryrefslogtreecommitdiff
path: root/yarn
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6059][Yarn] Add volatile to ApplicationMaster's reporterThread and all...zsxwing2015-02-271-2/+2
* [SPARK-6058][Yarn] Log the user class exception in ApplicationMasterzsxwing2015-02-271-2/+1
* [SPARK-5951][YARN] Remove unreachable driver memory properties in yarn client...mohit.goyal2015-02-261-6/+0
* [SPARK-6018] [YARN] NoSuchMethodError in Spark app is swallowed by YARN AMCheolsoo Park2015-02-261-3/+3
* [SPARK-5937][YARN] Fix ClientSuite to set YARN mode, so that the correct clas...Hari Shreedharan2015-02-211-3/+10
* [SPARK-5759][Yarn]ExecutorRunnable should catch YarnException while NMClient ...lianhuiwang2015-02-121-2/+8
* [SPARK-2996] Implement userClassPathFirst for driver, yarn.Marcelo Vanzin2015-02-096-168/+301
* SPARK-4267 [YARN] Failing to launch jobs on Spark on YARN with Hadoop 2.5.0 o...Sean Owen2015-02-093-14/+18
* SPARK-5613: Catch the ApplicationNotFoundException exception to avoid thread ...Kashish Jain2015-02-061-2/+9
* SPARK-2450 Adds executor log links to Web UIKostas Sakellis2015-02-062-5/+38
* SPARK-4337. [YARN] Add ability to cancel pending requestsSandy Ryza2015-02-062-30/+89
* [SPARK-5653][YARN] In ApplicationMaster rename isDriver to isClusterModelianhuiwang2015-02-061-12/+12
* [SPARK-5157][YARN] Configure more JVM options properly when we use ConcMarkSw...Kousuke Saruta2015-02-061-0/+2
* SPARK-3996: Add jetty servlet and continuations.Patrick Wendell2015-02-021-0/+4
* Spark 3883: SSL support for HttpServer and AkkaJacek Lewandowski2015-02-022-3/+8
* [HOTFIX] Add jetty references to build for YARN module.Patrick Wendell2015-02-021-0/+24
* [SPARK-5530] Add executor container to executorIdToContainerXutingjun2015-02-021-0/+1
* [SPARK-5173]support python application running on yarn cluster modelianhuiwang2015-02-025-12/+98
* SPARK-4585. Spark dynamic executor allocation should use minExecutors as...Sandy Ryza2015-02-021-4/+13
* [SPARK-1825] Make Windows Spark client work fine with Linux YARN clusterMasayoshi TSUZUKI2015-02-015-14/+89
* SPARK-5393. Flood of util.RackResolver log messages after SPARK-1714Sandy Ryza2015-01-304-25/+16
* [SPARK-4955]With executor dynamic scaling enabled,executor shoude be added or...lianhuiwang2015-01-281-14/+43
* SPARK-5370. [YARN] Remove some unnecessary synchronization in YarnAlloca...Sandy Ryza2015-01-221-13/+10
* SPARK-1714. Take advantage of AMRMClient APIs to simplify logic in YarnA...Sandy Ryza2015-01-216-550/+388
* [SPARK-5336][YARN]spark.executor.cores must not be less than spark.task.cpusWangTao2015-01-211-3/+7
* [HOTFIX]: Minor clean up regarding skipped artifacts in build files.Patrick Wendell2015-01-171-10/+0
* [SPARK-1507][YARN]specify # cores for ApplicationMasterWangTaoTheTonic2015-01-162-4/+21
* [SPARK-4697][YARN]System properties should override environment variablesWangTaoTheTonic2015-01-132-10/+13
* [SPARK-5006][Deploy]spark.port.maxRetries doesn't workWangTaoTheTonic2015-01-131-6/+3
* [SPARK-1953][YARN]yarn client mode Application Master memory size is same as ...WangTaoTheTonic2015-01-093-12/+29
* [SPARK-5169][YARN]fetch the correct max attemptsWangTaoTheTonic2015-01-091-3/+9
* [SPARK-4048] Enhance and extend hadoop-provided profile.Marcelo Vanzin2015-01-082-7/+7
* SPARK-5087. [YARN] Merge yarn.Client and yarn.ClientBaseSandy Ryza2015-01-084-894/+823
* [SPARK-2165][YARN]add support for setting maxAppAttempts in the ApplicationSu...WangTaoTheTonic2015-01-073-3/+11
* [YARN][SPARK-4929] Bug fix: fix the yarn-client code to support HAhuangzhaowei2015-01-071-1/+15
* SPARK-4159 [CORE] Maven build doesn't run JUnit test suitesSean Owen2015-01-062-16/+2
* SPARK-4843 [YARN] Squash ExecutorRunnableUtil and ExecutorRunnableKostas Sakellis2015-01-052-213/+172
* [SPARK-4966][YARN]The MemoryOverhead value is setted not correctlymeiyoula2014-12-291-1/+2
* [SPARK-4881][Minor] Use SparkConf#getBoolean instead of get().toBooleanKousuke Saruta2014-12-232-2/+2
* [SPARK-4730][YARN] Warn against deprecated YARN settingsAndrew Or2014-12-231-1/+16
* SPARK-4447. Remove layers of abstraction in YARN code no longer needed after ...Sandy Ryza2014-12-226-372/+234
* SPARK-3779. yarn spark.yarn.applicationMaster.waitTries config should be...Sandy Ryza2014-12-181-24/+24
* [SPARK-4461][YARN] pass extra java options to yarn application masterZhan Zhang2014-12-181-0/+19
* SPARK-4338. [YARN] Ditch yarn-alpha.Sandy Ryza2014-12-0931-870/+85
* 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