Skip to content
Snippets Groups Projects
  • Matt Aasted's avatar
    6f0d55d7
    [SPARK-6636] Use public DNS hostname everywhere in spark_ec2.py · 6f0d55d7
    Matt Aasted authored
    The spark_ec2.py script uses public_dns_name everywhere in the script except for testing ssh availability, which is done using the public ip address of the instances. This breaks the script for users who are deploying the cluster with a private-network-only security group. The fix is to use public_dns_name in the remaining place.
    
    Author: Matt Aasted <aasted@twitch.tv>
    
    Closes #5302 from aasted/master and squashes the following commits:
    
    60cf6ee [Matt Aasted] [SPARK-6636] Use public DNS hostname everywhere in spark_ec2.py
    6f0d55d7
    History
    [SPARK-6636] Use public DNS hostname everywhere in spark_ec2.py
    Matt Aasted authored
    The spark_ec2.py script uses public_dns_name everywhere in the script except for testing ssh availability, which is done using the public ip address of the instances. This breaks the script for users who are deploying the cluster with a private-network-only security group. The fix is to use public_dns_name in the remaining place.
    
    Author: Matt Aasted <aasted@twitch.tv>
    
    Closes #5302 from aasted/master and squashes the following commits:
    
    60cf6ee [Matt Aasted] [SPARK-6636] Use public DNS hostname everywhere in spark_ec2.py