aboutsummaryrefslogtreecommitdiff
path: root/yarn/stable
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-251-1/+1
* [SPARK-2037]: yarn client mode doesn't support spark.yarn.max.executor.failuresGuoQiang Li2014-07-241-10/+35
* SPARK-2150: Provide direct link to finished application UI in yarn resou...Rahul Singhal2014-07-242-3/+4
* SPARK-1707. Remove unnecessary 3 second sleep in YarnClusterSchedulerSandy Ryza2014-07-211-43/+0
* SPARK-1291: Link the spark UI to RM ui in yarn-client modewitgo2014-07-151-3/+20
* [SPARK-1946] Submit tasks after (configured ratio) executors have been regist...li-zhihui2014-07-141-0/+1
* [SPARK-1776] Have Spark's SBT build read dependencies from Maven.Prashant Sharma2014-07-101-0/+3
* [SPARK-2318] When exiting on a signal, print the signal name first.Reynold Xin2014-06-301-2/+3
* [SPARK-1395] Fix "local:" URI support in Yarn mode (again).Marcelo Vanzin2014-06-231-0/+1
* [SPARK-1930] The Container is running beyond physical memory limits, so as to...witgo2014-06-162-6/+10
* [SPARK-1516]Throw exception in yarn client instead of run system.exit directly.John Zhao2014-06-121-3/+11
* [SPARK-2080] Yarn: report HS URL in client mode, correct user in cluster mode.Marcelo Vanzin2014-06-121-3/+3
* SPARK-1639. Tidy up some Spark on YARN codeSandy Ryza2014-06-113-137/+110
* [SPARK-1978] In some cases, spark-yarn does not automatically restart the fai...witgo2014-06-102-27/+34
* SPARK-1898: In deploy.yarn.Client, use YarnClient not YarnClientImplColin Patrick McCabe2014-06-081-9/+16
* [SPARK-2029] Bump pom.xml version number of master branch to 1.1.0-SNAPSHOT.Takuya UESHIN2014-06-051-1/+1
* [WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leakThomas Graves2014-05-032-8/+11
* Improved build configurationwitgo2014-04-281-14/+0
* SPARK-1652: Remove incorrect deprecation warning in spark-submitPatrick Wendell2014-04-281-2/+4
* Clean up and simplify Spark configurationPatrick Wendell2014-04-214-3/+14
* SPARK-1408 Modify Spark on Yarn to point to the history server when app ...Thomas Graves2014-04-171-2/+2
* [SPARK-1395] Allow "local:" URIs to work on Yarn.Marcelo Vanzin2014-04-171-1/+1
* SPARK-1497. Fix scalastyle warnings in YARN, Hive codeSean Owen2014-04-163-7/+11
* SPARK-1417: Spark on Yarn - spark UI link from resourcemanager is brokenThomas Graves2014-04-111-1/+1
* Remove extra semicolon in import statement and unused import in ApplicationMa...Henry Saputra2014-04-081-2/+1
* SPARK-1252. On YARN, use container-log4j.properties for executorsSandy Ryza2014-04-071-1/+2
* SPARK-1352: Improve robustness of spark-submit scriptPatrick Wendell2014-03-311-0/+3
* SPARK-1183. Don't use "worker" to mean executorSandy Ryza2014-03-134-108/+108
* SPARK-1211. In ApplicationMaster, set spark.master system property to "y...Sandy Ryza2014-03-101-0/+3
* SPARK-1193. Fix indentation in pom.xmlsSandy Ryza2014-03-071-4/+4
* SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use ser...Thomas Graves2014-03-062-8/+26
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-021-0/+14
* Remove remaining references to incubationPatrick Wendell2014-03-021-1/+1
* SPARK-1051. On YARN, executors don't doAs submitting userSandy Ryza2014-02-281-1/+5
* SPARK-1032. If Yarn app fails before registering, app master stays aroun...Sandy Ryza2014-02-281-6/+16
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-081-1/+1
* Merge pull request #526 from tgravescs/yarn_client_stop_am_fix. Closes #526.Thomas Graves2014-02-051-1/+1
* Incorporate Tom's comments - update doc and code to reflect that core request...Sandy Ryza2014-01-211-2/+1
* SPARK-1033. Ask for cores in Yarn container requestsSandy Ryza2014-01-201-4/+5
* Address comments to fix code formatsRaymond Liu2014-01-141-7/+6
* Yarn workerRunnable refactorRaymond Liu2014-01-141-125/+5
* Yarn Client refactorRaymond Liu2014-01-142-358/+18
* Address code review concerns and comments.Henry Saputra2014-01-121-3/+3
* Merge branch 'master' into remove_simpleredundantreturn_scalaHenry Saputra2014-01-123-11/+31
|\
| * Update based on review commentsThomas Graves2014-01-092-14/+12
| * add application typeThomas Graves2014-01-091-0/+1
| * yarn-client addJar fix and misc otherThomas Graves2014-01-091-4/+25
* | Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-121-2/+3
|/
* Minor typo fix for yarn clientRaymond Liu2014-01-071-1/+1
* merge upstream/masterliguoqiang2014-01-035-35/+46