Skip to content
Snippets Groups Projects
  1. Oct 12, 2013
  2. Sep 29, 2013
  3. Sep 26, 2013
  4. Sep 25, 2013
    • shane-huang's avatar
      fix path · 14098037
      shane-huang authored
      
      Signed-off-by: default avatarshane-huang <shengsheng.huang@intel.com>
      14098037
    • Kay Ousterhout's avatar
      Improved organization of scheduling packages. · d85fe41b
      Kay Ousterhout authored
      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.
      d85fe41b
  5. Sep 24, 2013
  6. Sep 23, 2013
  7. Sep 22, 2013
  8. Sep 21, 2013
  9. Sep 20, 2013
Loading