aboutsummaryrefslogtreecommitdiff
path: root/yarn/common
Commit message (Collapse)AuthorAgeFilesLines
* SPARK-1053. Don't require SPARK_YARN_APP_JARSandy Ryza2014-02-263-8/+5
| | | | | | | | | | | | It looks this just requires taking out the checks. I verified that, with the patch, I was able to run spark-shell through yarn without setting the environment variable. Author: Sandy Ryza <sandy@cloudera.com> Closes #553 from sryza/sandy-spark-1053 and squashes the following commits: b037676 [Sandy Ryza] SPARK-1053. Don't require SPARK_YARN_APP_JAR
* Address comments to fix code formatsRaymond Liu2014-01-142-12/+12
|
* Yarn workerRunnable refactorRaymond Liu2014-01-141-0/+175
|
* Yarn Client refactorRaymond Liu2014-01-141-0/+411
|
* Merge branch 'master' into remove_simpleredundantreturn_scalaHenry Saputra2014-01-121-23/+27
|\
| * yarn-client addJar fix and misc otherThomas Graves2014-01-091-23/+27
| |
* | Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-122-6/+6
|/ | | | | | -) Only change simple return statements at the end of method -) Ignore the complex if-else check -) Ignore the ones inside synchronized
* Export --file for YarnClient mode to support sending extra files to worker ↵Raymond Liu2014-01-071-1/+3
| | | | on yarn cluster
* merge upstream/masterliguoqiang2014-01-032-4/+4
|
* Clean up unused files for yarnRaymond Liu2014-01-031-122/+0
|
* merge yarn/scheduler yarn/common code into one directoryRaymond Liu2014-01-033-0/+214
|
* Fix pom file for scala binary versionRaymond Liu2014-01-031-1/+1
|
* Fix pom for yarn code reorgnaize commitRaymond Liu2014-01-031-0/+122
|
* Reorganize yarn related codes into sub projects to remove duplicate files.Raymond Liu2014-01-035-0/+735