[SPARK-28981][K8S] Missing library for reading/writing Snappy-compressed files#25686
Closed
psschwei wants to merge 1 commit intoapache:masterfrom
psschwei:develop
Closed
[SPARK-28981][K8S] Missing library for reading/writing Snappy-compressed files#25686psschwei wants to merge 1 commit intoapache:masterfrom psschwei:develop
psschwei wants to merge 1 commit intoapache:masterfrom
psschwei:develop
Conversation
Member
|
Jenkins, ok to test |
|
Test build #110164 has finished for PR 25686 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
Member
|
See #25112 which suggests that the issue was resolved by the change in https://issues.apache.org/jira/browse/SPARK-26995 Are we sure here? |
Member
|
Thank you for your first contribution, @psschwei . As @srowen mentioned, this is resolved at 2.4.4. Please download and build docker image from |
Member
|
oops |
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 free
to 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?
Adding
gcompatlibrary to Dockerfile for Spark on KubernetesWhy are the changes needed?
Current Dockerfile throws an error when trying to read/write snappy-compressed files. As Snappy is one of the default Spark compression codecs, it should be supported out-of-the-box.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Built Spark container image and testing reading / writing Snappy files.