You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Matt Aasted (JIRA)" <ji...@apache.org> on 2015/04/01 00:27:52 UTC

[jira] [Created] (SPARK-6636) Use public DNS hostname everywhere in spark_ec2.py

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org