aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKay Ousterhout <kayousterhout@gmail.com>2013-09-25 12:18:32 -0700
committerKay Ousterhout <kayousterhout@gmail.com>2013-09-25 12:45:46 -0700
commitd85fe41b2b380e2879cb18008dbeb344ed7d7c92 (patch)
tree30cb591edbc27b67c332e5acd73337f01acb68db /.gitignore
parent7220e8f90b7d0bf5d5e3e4ad906a6b257ca75c53 (diff)
downloadspark-d85fe41b2b380e2879cb18008dbeb344ed7d7c92.tar.gz
spark-d85fe41b2b380e2879cb18008dbeb344ed7d7c92.tar.bz2
spark-d85fe41b2b380e2879cb18008dbeb344ed7d7c92.zip
Improved organization of scheduling packages.
This commit does not change any code -- only file organization. There are two components of this change: (1) Moving files out of the cluster package, and down a level to the scheduling package. These files are all used by the local scheduler in addition to the cluster scheduler(s), so should not be in the cluster package. As a result of this change, none of the files in the local package reference files in the cluster package. (2) Moving the mesos package to within the cluster package. The mesos scheduling code is for a cluster, and represents a specific case of cluster scheduling (the Mesos-related classes often subclass cluster scheduling classes). Thus, the most logical place for it is within the cluster package.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions