Uh oh!
There was an error while loading. Please reload this page.
[SPARK-23992][CORE] ShuffleDependency does not need to be deserialized every time - #21079
Closed
10110346 wants to merge 0 commit into
Closed
[SPARK-23992][CORE] ShuffleDependency does not need to be deserialized every time#2107910110346 wants to merge 0 commit into
10110346 wants to merge 0 commit into
Conversation
SparkQA
commented
Apr 16, 2018
Test build #89394 has finished for PR 21079 at commit
|
Ngone51
reviewed
Apr 17, 2018
Member
There was a problem hiding this comment.
Do we need to clear this cache at the end of a app ?
ContributorAuthor
There was a problem hiding this comment.
we don't need to clear, this cache can recovery itself
10110346force-pushed
the
notdeserializedep
branch
from
April 17, 2018 06:59
2239e78 to
c647f0aCompareSparkQA
commented
Apr 17, 2018
Test build #89433 has finished for PR 21079 at commit
|
jiangxb1987
commented
Apr 25, 2018
Contributor
Have you seen any performance improvement with this change? |
HyukjinKwon
commented
Jul 16, 2018
Member
ping @10110346 for ^ |
10110346
commented
Jul 17, 2018
ContributorAuthor
I'm sorry to be so late reply to you! |
HyukjinKwon
commented
Jul 17, 2018
Member
Mind if I ask to share the number and post it in the PR description? |
SparkQA
commented
Aug 9, 2018
Test build #94505 has finished for PR 21079 at commit
|
10110346force-pushed
the
notdeserializedep
branch
from
August 10, 2018 03:21
c647f0a to
6c7bb57Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
In the same stage, 'ShuffleDependency' is not necessary to be deserialized each time.
How was this patch tested?
Existing unit test