nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
637 stars 116 forks source link

Give the user a hint when we get an SSH protocol error #208

Closed nchammas closed 7 years ago

nchammas commented 7 years ago

Fixes #171. Fixes #207.

nchammas commented 7 years ago

@ktdrv - If you could, please test this PR out and see if it provides the appropriate hint in the situation you described in #207.

ktdrv commented 7 years ago

@nchammas This works in my use case -- even if it's not the clearest of error messages. That being said, I can't think of a better way to do it where efforts wouldn't be better spent on fixing the underlying issue in Paramiko.