Skip to content
Snippets Groups Projects
  • jerryshao's avatar
    829cd7b8
    [SPARK-20605][CORE][YARN][MESOS] Deprecate not used AM and executor port configuration · 829cd7b8
    jerryshao authored
    ## What changes were proposed in this pull request?
    
    After SPARK-10997, client mode Netty RpcEnv doesn't require to start server, so port configurations are not used any more, here propose to remove these two configurations: "spark.executor.port" and "spark.am.port".
    
    ## How was this patch tested?
    
    Existing UTs.
    
    Author: jerryshao <sshao@hortonworks.com>
    
    Closes #17866 from jerryshao/SPARK-20605.
    829cd7b8
    History
    [SPARK-20605][CORE][YARN][MESOS] Deprecate not used AM and executor port configuration
    jerryshao authored
    ## What changes were proposed in this pull request?
    
    After SPARK-10997, client mode Netty RpcEnv doesn't require to start server, so port configurations are not used any more, here propose to remove these two configurations: "spark.executor.port" and "spark.am.port".
    
    ## How was this patch tested?
    
    Existing UTs.
    
    Author: jerryshao <sshao@hortonworks.com>
    
    Closes #17866 from jerryshao/SPARK-20605.