Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Found 1 master(s), 1 slaves
  2. Logging into master ec2-54-152-145-139.compute-1.amazonaws.com...
  3. Warning: Identity file mykey.pem not accessible: No such file or directory.
  4. Warning: Permanently added 'ec2-54-152-145-139.compute- 1.amazonaws.com,54.152.145.139' (RSA) to the list of known hosts.
  5. Permission denied (publickey).
  6. Traceback (most recent call last):
  7. File "./spark_ec2.py", line 1093, in <module>
  8. main()
  9. File "./spark_ec2.py", line 1085, in main
  10. real_main()
  11. File "./spark_ec2.py", line 1018, in real_main
  12. ssh_command(opts) + proxy_opt + ['-t', '-t', "%s@%s" % (opts.user, master)])
  13. File "/Users/myuser/anaconda/lib/python2.7/subprocess.py", line 540, in check_call
  14. raise CalledProcessError(retcode, cmd)
  15. subprocess.CalledProcessError: Command '['ssh', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-i', 'mykey.pem', '-t', '-t', u'root@ec2- 54-152-145-139.compute-1.amazonaws.com']' returned non-zero exit status 255`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement