-
Notifications
You must be signed in to change notification settings - Fork 29k
[Minor][Core] fix comments in MapOutputTracker #3700
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 #24454 has started for PR 3700 at commit
|
|
Test build #24454 has finished for PR 3700 at commit
|
|
Test FAILed. |
|
Test build #24455 has started for PR 3700 at commit
|
|
Test build #24456 has started for PR 3700 at commit
|
|
Test build #24457 has started for PR 3700 at commit
|
|
Test build #24455 has finished for PR 3700 at commit
|
|
Test FAILed. |
|
Test build #24456 has finished for PR 3700 at commit
|
|
Test FAILed. |
|
Test build #24457 has finished for PR 3700 at commit
|
|
Test PASSed. |
|
Have fixed the test failure in #3701, so revert debug changes. |
|
Test build #24459 has started for PR 3700 at commit
|
|
Test build #24459 has finished for PR 3700 at commit
|
|
Test FAILed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor grammar nit: "a -> an".
|
This looks good to me. Master/driver and worker/executor confusion trips up a lot of people, so I'm glad to fix this. I'm going to merge this into |
Using driver and executor in the comments of ```MapOutputTracker``` is more clear. Author: wangfei <wangfei1@huawei.com> Closes #3700 from scwf/commentFix and squashes the following commits: aa68524 [wangfei] master and worker should be driver and executor (cherry picked from commit 5c24759) Signed-off-by: Josh Rosen <joshrosen@databricks.com>
Using driver and executor in the comments of
MapOutputTrackeris more clear.