aboutsummaryrefslogtreecommitdiff
path: root/yarn
Commit message (Expand)AuthorAgeFilesLines
* [WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leakThomas Graves2014-05-034-15/+21
* SPARK-1588. Restore SPARK_YARN_USER_ENV and SPARK_JAVA_OPTS for YARN.Sandy Ryza2014-04-292-5/+15
* Improved build configurationwitgo2014-04-283-37/+0
* SPARK-1652: Remove incorrect deprecation warning in spark-submitPatrick Wendell2014-04-282-4/+8
* 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
* Fix Scala StyleSandeep2014-04-243-38/+41
* 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-2111-80/+116
* SPARK-1408 Modify Spark on Yarn to point to the history server when app ...Thomas Graves2014-04-172-4/+3
* [SPARK-1395] Allow "local:" URIs to work on Yarn.Marcelo Vanzin2014-04-175-77/+140
* SPARK-1465: Spark compilation is broken with the latest hadoop-2.4.0 releasexuan2014-04-163-15/+85
* SPARK-1497. Fix scalastyle warnings in YARN, Hive codeSean Owen2014-04-165-20/+30
* SPARK-1417: Spark on Yarn - spark UI link from resourcemanager is brokenThomas Graves2014-04-112-2/+2
* 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-077-5/+53
* 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-1352: Improve robustness of spark-submit scriptPatrick Wendell2014-03-312-0/+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-1315-270/+289
* [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-1211. In ApplicationMaster, set spark.master system property to "y...Sandy Ryza2014-03-102-0/+6
* SPARK-1193. Fix indentation in pom.xmlsSandy Ryza2014-03-072-8/+8
* 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-066-33/+77
* SPARK-1121: Include avro for yarn-alpha buildsPatrick Wendell2014-03-023-8/+37
* Remove remaining references to incubationPatrick Wendell2014-03-023-3/+3
* SPARK-1051. On YARN, executors don't doAs submitting userSandy Ryza2014-02-284-2/+15
* SPARK-1032. If Yarn app fails before registering, app master stays aroun...Sandy Ryza2014-02-282-18/+38
* SPARK 1084.1 (resubmitted)Sean Owen2014-02-271-2/+2
* SPARK-1053. Don't require SPARK_YARN_APP_JARSandy Ryza2014-02-263-8/+5
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-083-3/+3
* Merge pull request #526 from tgravescs/yarn_client_stop_am_fix. Closes #526.Thomas Graves2014-02-052-2/+2
* 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-144-24/+22
* Yarn workerRunnable refactorRaymond Liu2014-01-143-247/+184
* Yarn Client refactorRaymond Liu2014-01-145-709/+450
* Address code review concerns and comments.Henry Saputra2014-01-122-6/+6
* Merge branch 'master' into remove_simpleredundantreturn_scalaHenry Saputra2014-01-126-45/+88
|\
| * Update based on review commentsThomas Graves2014-01-094-27/+23
| * add application typeThomas Graves2014-01-091-0/+1
| * yarn-client addJar fix and misc otherThomas Graves2014-01-093-31/+77
* | Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-126-20/+21
|/