Skip to content

Commit

Permalink
Resolve start command hanging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Jan 20, 2015
1 parent 09bcefb commit 5dd8458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ def stringify_command(parts):

def ssh_args(opts):
parts = ['-o', 'StrictHostKeyChecking=no']
parts += ['-o', 'UserKnownHostsFile=/dev/null']
if opts.identity_file is not None:
parts += ['-i', opts.identity_file]
return parts
Expand Down

0 comments on commit 5dd8458

Please sign in to comment.