Skip to content
Snippets Groups Projects
  • Reynold Xin's avatar
    5e92583d
    [SPARK-14667] Remove HashShuffleManager · 5e92583d
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    The sort shuffle manager has been the default since Spark 1.2. It is time to remove the old hash shuffle manager.
    
    ## How was this patch tested?
    Removed some tests related to the old manager.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #12423 from rxin/SPARK-14667.
    5e92583d
    History
    [SPARK-14667] Remove HashShuffleManager
    Reynold Xin authored
    ## What changes were proposed in this pull request?
    The sort shuffle manager has been the default since Spark 1.2. It is time to remove the old hash shuffle manager.
    
    ## How was this patch tested?
    Removed some tests related to the old manager.
    
    Author: Reynold Xin <rxin@databricks.com>
    
    Closes #12423 from rxin/SPARK-14667.