aboutsummaryrefslogtreecommitdiff
path: root/yarn/common
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2718] [yarn] Handle quotes and other characters in user args.Marcelo Vanzin2014-08-185-9/+99
* [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-052-17/+94
* 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
* SPARK-1291: Link the spark UI to RM ui in yarn-client modewitgo2014-07-151-0/+1
* [SPARK-1946] Submit tasks after (configured ratio) executors have been regist...li-zhihui2014-07-145-1/+50
* Remove use of spark.worker.instancesKay Ousterhout2014-06-261-1/+1
* [SPARK-1395] Fix "local:" URI support in Yarn mode (again).Marcelo Vanzin2014-06-233-101/+248
* [SPARK-2051]In yarn.ClientBase spark.yarn.dist.* do not workwitgo2014-06-193-6/+16
* [SPARK-1930] The Container is running beyond physical memory limits, so as to...witgo2014-06-161-5/+9
* [SPARK-1516]Throw exception in yarn client instead of run system.exit directly.John Zhao2014-06-122-20/+22
* SPARK-1639. Tidy up some Spark on YARN codeSandy Ryza2014-06-113-38/+38
* Make sure that empty string is filtered out when we get the secondary jars fr...DB Tsai2014-06-091-2/+4
* [SPARK-1522] : YARN ClientBase throws a NPE if there is no YARN Application CPBernardo Gomez Palacio2014-06-092-34/+167
* SPARK-1898: In deploy.yarn.Client, use YarnClient not YarnClientImplColin Patrick McCabe2014-06-081-1/+1
* [SPARK-1870] Make spark-submit --jars work in yarn-cluster mode.Xiangrui Meng2014-05-222-53/+18
* [Typo] Stoped -> StoppedAndrew Or2014-05-211-1/+1
* [SPARK-1774] Respect SparkSubmit --jars on YARN (client)Andrew Or2014-05-101-3/+1
* [SPARK-1631] Correctly set the Yarn app name when launching the AM.Marcelo Vanzin2014-05-081-3/+3
* SPARK-1569 Spark on Yarn, authentication broken by pr299Thomas Graves2014-05-071-19/+30
* SPARK-1588. Restore SPARK_YARN_USER_ENV and SPARK_JAVA_OPTS for YARN.Sandy Ryza2014-04-292-5/+15
* SPARK-1607. HOTFIX: Fix syntax adapting Int result to ShortSean Owen2014-04-251-2/+2
* SPARK-1607. Replace octal literals, removed in Scala 2.11, with hex literalsSean Owen2014-04-241-2/+4
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-241-1/+1
* Assorted clean-up for Spark-on-YARN.Patrick Wendell2014-04-221-3/+5
* Fix compilation on Hadoop 2.4.x.Marcelo Vanzin2014-04-221-1/+2
* Clean up and simplify Spark configurationPatrick Wendell2014-04-213-76/+86
* [SPARK-1395] Allow "local:" URIs to work on Yarn.Marcelo Vanzin2014-04-173-75/+138
* SPARK-1465: Spark compilation is broken with the latest hadoop-2.4.0 releasexuan2014-04-163-15/+85
* SPARK-1252. On YARN, use container-log4j.properties for executorsSandy Ryza2014-04-074-3/+43
* SPARK-1350. Always use JAVA_HOME to run executor container JVMs.Sandy Ryza2014-04-042-14/+3
* SPARK-1376. In the yarn-cluster submitter, rename "args" option to "arg"Sandy Ryza2014-04-011-3/+6
* SPARK-1126. spark-app preliminarySandy Ryza2014-03-291-21/+24
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-283-4/+3
* [bugfix] wrong client arg, should use executor-coresTianshuo Deng2014-03-131-1/+1
* SPARK-1183. Don't use "worker" to mean executorSandy Ryza2014-03-137-60/+79
* [SPARK-1233] Fix running hadoop 0.23 due to java.lang.NoSuchFieldException: D...Thomas Graves2014-03-121-0/+2
* SPARK-1064Sandy Ryza2014-03-111-1/+42
* SPARK-1197. Change yarn-standalone to yarn-cluster and fix up running on YARN...Sandy Ryza2014-03-061-1/+1
* SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use ser...Thomas Graves2014-03-062-2/+24
* SPARK-1051. On YARN, executors don't doAs submitting userSandy Ryza2014-02-282-0/+5
* SPARK-1053. Don't require SPARK_YARN_APP_JARSandy Ryza2014-02-263-8/+5
* Address comments to fix code formatsRaymond Liu2014-01-142-12/+12
* Yarn workerRunnable refactorRaymond Liu2014-01-141-0/+175