-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32077][CORE] Support host-local shuffle data reading when external shuffle service is disabled #28911
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
Closed
Closed
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
0815e75
init
Ngone51 dc6e7b8
update
Ngone51 b1c6ac0
fix
Ngone51 64037cf
update
Ngone51 285fd70
add test
Ngone51 904335a
update
Ngone51 9e3c875
remove spark
Ngone51 5e12b68
remove spark
Ngone51 3960b44
update getHostLocalDirs
Ngone51 27c5f5c
add comment
Ngone51 8a5811f
fix build
Ngone51 05598f8
update test
Ngone51 23181b6
update conf doc
Ngone51 eb6eb9a
rename to getLocalDirs
Ngone51 5fdf1bc
update comment
Ngone51 d192db8
correct to bmId
Ngone51 db2500a
simplify to immutableHostLocalBlocksWithoutDirs
Ngone51 5c767da
rename to blockInfos
Ngone51 0d25492
add assert
Ngone51 f6cfcbc
refactor
Ngone51 0a144e3
fix NettyBlockTransferServiceSuite
Ngone51 b44f1cb
fix private def mockBlockManager(): BlockManager = {
Ngone51 342ae60
add comment
Ngone51 613ffab
update
Ngone51 cd3e30d
simplify the requirement
Ngone51 da8d78a
fix log
Ngone51 7d9036a
fix s
Ngone51 0372bd8
fix Matcher
Ngone51 17f1b60
fix java style
Ngone51 530d63c
don't close client
Ngone51 b14d611
comment style
Ngone51 3f7ea0b
add comment
Ngone51 2aa71f6
refactor
Ngone51 054bf69
reorg import
Ngone51 5fbd6bb
should be
Ngone51 8c5fdb3
move checkInit to BlockStoreClient
Ngone51 9aa6974
fix indent
Ngone51 09665e2
improve error message
Ngone51 6d21906
remove k8s tip
Ngone51 5ea8f24
resply with error
Ngone51 57f3e1d
improve comment
Ngone51 d70e757
allFetchSucceed -> allFetchSucceeded
Ngone51 6b97be5
combine the tests
Ngone51 5e98eca
remove unnecesary brackets
Ngone51 8f16c17
check executorId
Ngone51 7c38190
use _
Ngone51 a35807b
indent
Ngone51 a23ab17
update test
Ngone51 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.