Re: ssh connection refused

2014-07-28 Thread Google
-f ~/.ssh/id_rsa &&\n cat ~/.ssh/id_rsa.pub >> > ~/.ssh/authorized_keys)\n"]' returned non-zero exit status 255 > > Strange this is, I can manually ssh to master node as "root" using this > command: > *ssh root@ -i keypair.pem* >

ssh connection refused

2014-07-28 Thread sparking
is going on here? Any help is appreciated. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/ssh-connection-refused-tp10818.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: 0.9 wont start cluster on ec2, SSH connection refused?

2014-05-15 Thread wxhsdp
meral-hdfs and spark directory as said in the ec2-scripts.html -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/0-9-wont-start-cluster-on-ec2-SSH-connection-refused-tp4146p5498.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: 0.9 wont start cluster on ec2, SSH connection refused?

2014-04-11 Thread Alton Alexander
No not anymore but it was at the time. Thanks but I also just found a thread from two days ago discussing the root and es2-user workaround. For now I'll just go back to using the AMI provided. Thanks! On Fri, Apr 11, 2014 at 1:39 PM, Mayur Rustagi wrote: > is the machine booted up & reachable? >

Re: 0.9 wont start cluster on ec2, SSH connection refused?

2014-04-11 Thread Mayur Rustagi
is the machine booted up & reachable? Mayur Rustagi Ph: +1 (760) 203 3257 http://www.sigmoidanalytics.com @mayur_rustagi On Fri, Apr 11, 2014 at 12:37 PM, Alton Alexander wrote: > I run the follwoing command and it correctly starts one head and one > master

0.9 wont start cluster on ec2, SSH connection refused?

2014-04-11 Thread Alton Alexander
I run the follwoing command and it correctly starts one head and one master but then it fails because it can't log onto the head with the ssh key. The wierd thing is that I can log onto the head with that same public key. (ssh -i myamazonkey.pem r...@ec2-54-86-3-208.compute-1.amazonaws.com) Thanks