Matt Aasted created SPARK-6636: ---------------------------------- Summary: Use public DNS hostname everywhere in spark_ec2.py Key: SPARK-6636 URL: https://issues.apache.org/jira/browse/SPARK-6636 Project: Spark Issue Type: Bug Components: EC2 Reporter: Matt Aasted Priority: Minor
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. I am submitting a pull-request alongside this bug report. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org