HDDS-1799. Add goofyfs to the ozone-runner docker image#1105
Closed
elek wants to merge 2 commits intoapache:trunkfrom
Closed
HDDS-1799. Add goofyfs to the ozone-runner docker image#1105elek wants to merge 2 commits intoapache:trunkfrom
elek wants to merge 2 commits intoapache:trunkfrom
Conversation
Member
Author
|
Please note, that this should be merged only after the other pull request in the docker-hadoop-runner repo. See: https://issues.apache.org/jira/browse/HDDS-1799 Please review and I will take care about the merge + commit in the right order... |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
Contributor
|
I have committed this patch to trunk and ozone-0.4.1. Thanks for your contribution. |
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.
Goofys is a s3 fuse driver which is required for the ozone csi setup.
As of now it's installed in hadoop-ozone/dist/src/main/docker/Dockerfile from a non-standard location (because it couldn't be part of hadoop-runner earlier as it's ozone specific).
It should be installed to the ozone-runner from a canonical goffys release URL.
See: https://issues.apache.org/jira/browse/HDDS-1799