Re: Spark Standalone on EC2

2014-10-09 Thread Akhil Das
Another work around would be to add the hostnames with ip addresses in all machines /etc/hosts file Thanks Best Regards On Thu, Oct 9, 2014 at 8:49 PM, Ankur Srivastava wrote: > Thank you Akhil will try this out. > > We are able to access the machines using the public IP and even the > private

Re: Spark Standalone on EC2

2014-10-09 Thread Ankur Srivastava
Thank you Akhil will try this out. We are able to access the machines using the public IP and even the private as they are on our subnet. Thanks Ankur On Oct 9, 2014 12:41 AM, "Akhil Das" wrote: > You must be having those hostnames in your /etc/hosts file, if you are > not able to access it us

Re: Spark Standalone on EC2

2014-10-09 Thread Akhil Das
You must be having those hostnames in your /etc/hosts file, if you are not able to access it using the hostnames then you won't be able access it with the IP address either i believe. What are you trying to do here? running your eclipse locally and connecting to your ec2 cluster? Thanks Best Rega