aboutsummaryrefslogtreecommitdiff
path: root/yarn/stable
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-081-1/+1
| | | | | | | | | | | | | | | | | | Version number to 1.0.0-SNAPSHOT Since 0.9.0-incubating is done and out the door, we shouldn't be building 0.9.0-incubating-SNAPSHOT anymore. @pwendell Author: Mark Hamstra <markhamstra@gmail.com> == Merge branch commits == commit 1b00a8a7c1a7f251b4bb3774b84b9e64758eaa71 Author: Mark Hamstra <markhamstra@gmail.com> Date: Wed Feb 5 09:30:32 2014 -0800 Version number to 1.0.0-SNAPSHOT
* Merge pull request #526 from tgravescs/yarn_client_stop_am_fix. Closes #526.Thomas Graves2014-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | spark on yarn - yarn-client mode doesn't always exit immediately https://spark-project.atlassian.net/browse/SPARK-1049 If you run in the yarn-client mode but you don't get all the workers you requested right away and then you exit your application, the application master stays around until it gets the number of workers you initially requested. This is a waste of resources. The AM should exit immediately upon the client going away. This fix simply checks to see if the driver closed while its waiting for the initial # of workers. Author: Thomas Graves <tgraves@apache.org> == Merge branch commits == commit 03f40a62584b6bdd094ba91670cd4aa6afe7cd81 Author: Thomas Graves <tgraves@apache.org> Date: Fri Jan 31 11:23:10 2014 -0600 spark on yarn - yarn-client mode doesn't always exit immediately
* Incorporate Tom's comments - update doc and code to reflect that core ↵Sandy Ryza2014-01-211-2/+1
| | | | requests may not always be honored
* 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
|/ | | | | | -) Only change simple return statements at the end of method -) Ignore the complex if-else check -) Ignore the ones inside synchronized
* Minor typo fix for yarn clientRaymond Liu2014-01-071-1/+1
|
* merge upstream/masterliguoqiang2014-01-035-35/+46
|
* minor fix for loginfoRaymond Liu2014-01-031-1/+1
|
* move duplicate pom config into parent pomRaymond Liu2014-01-031-81/+1
|
* Using name yarn-alpha/yarn instead of yarn-2.0/yarn-2.2Raymond Liu2014-01-036-0/+2193