-
Notifications
You must be signed in to change notification settings - Fork 29k
SPARK-5930 [DOCS] Documented default of spark.shuffle.io.retryWait is confusing #4769
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
|
Test build #27952 has started for PR 4769 at commit
|
|
Test build #27952 has finished for PR 4769 at commit
|
|
Test FAILed. |
|
retest this please |
|
Test build #27954 has started for PR 4769 at commit
|
|
Jenkins doesn't run anything for docs so we don't need to trigger/wait for Jenkins here. |
|
I've merged this. |
… confusing Clarify default max wait in spark.shuffle.io.retryWait docs CC andrewor14 Author: Sean Owen <[email protected]> Closes #4769 from srowen/SPARK-5930 and squashes the following commits: ae2792b [Sean Owen] Clarify default max wait in spark.shuffle.io.retryWait docs (cherry picked from commit 7d8e6a2) Signed-off-by: Reynold Xin <[email protected]>
|
Yeah, actually just dumb habit. For non-trivial doc changes I try the docs build locally to sniff out syntax errors |
|
Test build #27954 has finished for PR 4769 at commit
|
|
Test PASSed. |
Clarify default max wait in spark.shuffle.io.retryWait docs
CC @andrewor14