aboutsummaryrefslogtreecommitdiff
path: root/yarn
Commit message (Expand)AuthorAgeFilesLines
* [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
|/
* Export --file for YarnClient mode to support sending extra files to worker on...Raymond Liu2014-01-071-1/+3
* Minor typo fix for yarn clientRaymond Liu2014-01-072-2/+2
* merge upstream/masterliguoqiang2014-01-0322-73/+2251
|\
| * fix docs for yarnRaymond Liu2014-01-031-2/+2
| * minor fix for loginfoRaymond Liu2014-01-031-1/+1
| * move duplicate pom config into parent pomRaymond Liu2014-01-033-179/+84
| * Using name yarn-alpha/yarn instead of yarn-2.0/yarn-2.2Raymond Liu2014-01-0314-12/+12
| * Fix yarn/README.mdRaymond Liu2014-01-031-6/+4
| * Clean up unused files for yarnRaymond Liu2014-01-034-311/+0
| * Fix pom for build yarn/2.x with yarn/common into one jarRaymond Liu2014-01-033-34/+200
| * merge yarn/scheduler yarn/common code into one directoryRaymond Liu2014-01-033-0/+0
| * Need to send dummy hello message to actually estabilish akka connection.Raymond Liu2014-01-032-0/+4
| * A few clean up for yarn 2.0 codeRaymond Liu2014-01-032-8/+7
| * Fix yarn/README.md and update docs/running-on-yarn.mdRaymond Liu2014-01-031-2/+0
| * Add README for yarn modulesRaymond Liu2014-01-031-0/+16
| * some code clean up for Yarn 2.2Raymond Liu2014-01-032-3/+3
| * Fix pom file for scala binary versionRaymond Liu2014-01-036-8/+8
| * Fix yarn/assemble pom fileRaymond Liu2014-01-032-0/+75
| * Change profile name new-yarn to hadoop2.2-yarnRaymond Liu2014-01-032-2/+2
| * Fix pom for yarn code reorgnaize commitRaymond Liu2014-01-036-489/+245
| * Reorganize yarn related codes into sub projects to remove duplicate files.Raymond Liu2014-01-0321-18/+2580
* | Modify spark on yarn to create SparkConf processliguoqiang2014-01-034-27/+36
* | Modify spark on yarn to create SparkConf processliguoqiang2014-01-037-22/+27
|/