Uh oh!
There was an error while loading. Please reload this page.
SPARK-12619 Combine small files in a hadoop directory into single split - #10572
Closed
navis wants to merge 1 commit into
Closed
SPARK-12619 Combine small files in a hadoop directory into single split#10572navis wants to merge 1 commit into
navis wants to merge 1 commit into
Conversation
SparkQA
commented
Jan 4, 2016
Test build #48661 has finished for PR 10572 at commit
|
SparkQA
commented
Jan 6, 2016
Test build #48804 has finished for PR 10572 at commit
|
HyukjinKwon
commented
Apr 20, 2016
Member
Maybe we might have to correct the title just like the others, |
davies
commented
Jun 6, 2016
Contributor
This is fixed in 2.0, could you close this PR? |
cerisier
commented
Aug 28, 2016
@davies do you have the commit that fixes this in 2.0 ? |
HyukjinKwon
commented
Aug 28, 2016
Member
Is that #12095? |
jinxing64
commented
Nov 20, 2017
@HyukjinKwon |
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.
When a directory contains too many (small) files, whole spark cluster will be exhausted scheduling tasks created for each file. Custom input format can handle that but if you're using hive metastore, it could hardly be an option.