Skip to content
Snippets Groups Projects
  1. Oct 06, 2013
  2. Oct 05, 2013
  3. Oct 04, 2013
    • Andre Schumacher's avatar
      Fixing SPARK-602: PythonPartitioner · c84946fe
      Andre Schumacher authored
      Currently PythonPartitioner determines partition ID by hashing a
      byte-array representation of PySpark's key. This PR lets
      PythonPartitioner use the actual partition ID, which is required e.g.
      for sorting via PySpark.
      c84946fe
  4. Oct 03, 2013
  5. Oct 02, 2013
  6. Oct 01, 2013
  7. Sep 30, 2013
  8. Sep 29, 2013
  9. Sep 26, 2013
  10. Sep 25, 2013
    • 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
  11. Sep 24, 2013
  12. Sep 23, 2013
Loading