-
Notifications
You must be signed in to change notification settings - Fork 29k
SPARK-5403: Ignore UserKnownHostsFile in SSH calls #4196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch? |
|
I applied this patch in order to get my Spark cluster on EC2 operational. |
|
Jenkins, this is ok to test. |
|
Test build #26120 has started for PR 4196 at commit
|
|
I just found another old JIRA asking for the same fix: https://issues.apache.org/jira/browse/SPARK-926. This seems okay to me: we already disable strict host key checking, so I don't think that this change represents a serious security concern. |
|
Test build #26120 has finished for PR 4196 at commit
|
|
Test PASSed. |
|
Hey @grzegorz-dubicki, could you edit the title of this PR and the matching JIRA issue to something more descriptive? Perhaps something like "Ignore UserKnownHostsFile in SSH calls". There are several possible causes behind |
|
@nchammas done. |
|
LGTM. cc @shivaram |
|
This sounds reasonable to me. The one downside is that if we don't add it to the |
Yeah, this is pretty much the only risk here. If we take the view that we can never create user-observable behavior regressions in maintenance releases, then I think we can only merge this into master and not into the maintenance branches. |
|
I'm going to merge this into |
See https://issues.apache.org/jira/browse/SPARK-5403 Author: Grzegorz Dubicki <grzegorz.dubicki@gmail.com> Closes #4196 from grzegorz-dubicki/SPARK-5403 and squashes the following commits: a7d863f [Grzegorz Dubicki] Resolve start command hanging issue (cherry picked from commit e772b4e) Signed-off-by: Josh Rosen <joshrosen@databricks.com>
See https://issues.apache.org/jira/browse/SPARK-5403