-
Notifications
You must be signed in to change notification settings - Fork 29.1k
[SPARK-36374][FOLLOW-UP] Change config key spark.shuffle.server.mergedShuffleFileManagerImpl to spark.shuffle.push.server.mergedShuffleFileManagerImpl #33799
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
|
Ok to test |
|
+CC @gengliangwang, @Ngone51 We should get this into branch-3.2 as well. |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #142676 has finished for PR 33799 at commit
|
|
We should technically wait for RC 1 to fail before merging .... although typically RC1 would very very likely fail .. :-). |
|
RC.1 does not include #33790, which results in test failure - so it will unfortunately fail. |
…dShuffleFileManagerImpl to spark.shuffle.push.server.mergedShuffleFileManagerImpl ### What changes were proposed in this pull request? Minor changes to change the config key name from `spark.shuffle.server.mergedShuffleFileManagerImpl` to `spark.shuffle.push.server.mergedShuffleFileManagerImpl`. This is missed out in #33615. ### Why are the changes needed? To keep the config names consistent ### Does this PR introduce _any_ user-facing change? Yes, this is a change in the config key name. But the new config name changes are yet to be released. Technically there is no user facing change because of this change. ### How was this patch tested? Existing tests. Closes #33799 from venkata91/SPARK-36374-follow-up. Authored-by: Venkata krishnan Sowrirajan <vsowrirajan@linkedin.com> Signed-off-by: Mridul Muralidharan <mridul<at>gmail.com> (cherry picked from commit 7b2842e) Signed-off-by: Mridul Muralidharan <mridulatgmail.com>
|
Merged to master and branch-3.2 Thanks for fixing this @venkata91 ! |
|
Late +1 |
…dShuffleFileManagerImpl to spark.shuffle.push.server.mergedShuffleFileManagerImpl Minor changes to change the config key name from `spark.shuffle.server.mergedShuffleFileManagerImpl` to `spark.shuffle.push.server.mergedShuffleFileManagerImpl`. This is missed out in apache#33615. To keep the config names consistent Yes, this is a change in the config key name. But the new config name changes are yet to be released. Technically there is no user facing change because of this change. Existing tests. Closes apache#33799 from venkata91/SPARK-36374-follow-up. Authored-by: Venkata krishnan Sowrirajan <vsowrirajan@linkedin.com> Signed-off-by: Mridul Muralidharan <mridul<at>gmail.com> (cherry picked from commit 7b2842e) Signed-off-by: Mridul Muralidharan <mridulatgmail.com>
…dShuffleFileManagerImpl to spark.shuffle.push.server.mergedShuffleFileManagerImpl Minor changes to change the config key name from `spark.shuffle.server.mergedShuffleFileManagerImpl` to `spark.shuffle.push.server.mergedShuffleFileManagerImpl`. This is missed out in #33615. To keep the config names consistent Yes, this is a change in the config key name. But the new config name changes are yet to be released. Technically there is no user facing change because of this change. Existing tests. Closes #33799 from venkata91/SPARK-36374-follow-up. Authored-by: Venkata krishnan Sowrirajan <vsowrirajan@linkedin.com> Signed-off-by: Mridul Muralidharan <mridul<at>gmail.com>
What changes were proposed in this pull request?
Minor changes to change the config key name from
spark.shuffle.server.mergedShuffleFileManagerImpltospark.shuffle.push.server.mergedShuffleFileManagerImpl. This is missed out in #33615.Why are the changes needed?
To keep the config names consistent
Does this PR introduce any user-facing change?
Yes, this is a change in the config key name. But the new config name changes are yet to be released. Technically there is no user facing change because of this change.
How was this patch tested?
Existing tests.