We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build: PR 2087
Repro Steps:
Edit one config file, under "Remotely Run in Cluster", check on "Enable Spark remote debug"
Enter valid data, save and close the config dialog (i.e. cluster=spark23hdinsight, PW=9#eu&5khH_j3)
Check off the "Enable Spark remote debug", save and close the config dialog
Change cluster which has a different password (i.e. cluster=spark231HDI40-reg, PW=Pa$$w0rd1234)
Check ON the "Enable Spark remote debug", Notice it does not check SSH automatically
Save
Do remote debug
Result: SSH invalid, Auth fail.
Expect: Should do SSH checking automatically in step 5
The text was updated successfully, but these errors were encountered:
Fix with develop 844, in step 5, authentication check automatically.
Sorry, something went wrong.
jingyanjingyan
No branches or pull requests
Build: PR 2087
Repro Steps:
Edit one config file, under "Remotely Run in Cluster", check on "Enable Spark remote debug"
Enter valid data, save and close the config dialog (i.e. cluster=spark23hdinsight, PW=9#eu&5khH_j3)
Check off the "Enable Spark remote debug", save and close the config dialog
Change cluster which has a different password (i.e. cluster=spark231HDI40-reg, PW=Pa$$w0rd1234)
Check ON the "Enable Spark remote debug", Notice it does not check SSH automatically
Save
Do remote debug
Result:
SSH invalid, Auth fail.
Expect:
Should do SSH checking automatically in step 5
The text was updated successfully, but these errors were encountered: