diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index 30253a94b845c4b75bf7c52e40846c8712c15f61..932e70db96e1eb5402592f8a585f3e578ac5b4d5 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -562,7 +562,7 @@ def ssh(host, opts, command): except subprocess.CalledProcessError as e: if (tries > 2): raise e - print "Error connecting to host {0}, sleeping 30".format(e) + print "Couldn't connect to host {0}, waiting 30 seconds".format(e) time.sleep(30) tries = tries + 1