You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1
mvninstall
661
trunk passed
+1
compile
311
trunk passed
+1
mvnsite
0
trunk passed
+1
shadedclient
934
branch has no errors when building and testing our client artifacts.
+1
javadoc
174
trunk passed
_ Patch Compile Tests _
+1
mvninstall
459
the patch passed
+1
compile
295
the patch passed
+1
javac
295
the patch passed
+1
hadolint
3
The patch generated 0 new + 1 unchanged - 3 fixed = 1 total (was 4)
+1
mvnsite
0
the patch passed
+1
shellcheck
0
There were no new shellcheck issues.
+1
whitespace
0
The patch has no whitespace issues.
+1
xml
3
The patch has no ill-formed XML file.
+1
shadedclient
801
patch has no errors when building and testing our client artifacts.
The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1
mvninstall
570
trunk passed
+1
compile
315
trunk passed
+1
mvnsite
0
trunk passed
+1
shadedclient
919
branch has no errors when building and testing our client artifacts.
+1
javadoc
205
trunk passed
_ Patch Compile Tests _
+1
mvninstall
565
the patch passed
+1
compile
332
the patch passed
+1
javac
332
the patch passed
+1
hadolint
2
The patch generated 0 new + 1 unchanged - 3 fixed = 1 total (was 4)
+1
mvnsite
0
the patch passed
+1
shellcheck
0
There were no new shellcheck issues.
+1
whitespace
0
The patch has no whitespace issues.
+1
xml
2
The patch has no ill-formed XML file.
+1
shadedclient
824
patch has no errors when building and testing our client artifacts.
The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1
mvninstall
534
trunk passed
+1
compile
254
trunk passed
+1
mvnsite
0
trunk passed
+1
shadedclient
818
branch has no errors when building and testing our client artifacts.
+1
javadoc
164
trunk passed
_ Patch Compile Tests _
+1
mvninstall
469
the patch passed
+1
compile
275
the patch passed
+1
javac
275
the patch passed
+1
hadolint
2
The patch generated 0 new + 1 unchanged - 3 fixed = 1 total (was 4)
+1
mvnsite
0
the patch passed
+1
shellcheck
0
There were no new shellcheck issues.
+1
whitespace
0
The patch has no whitespace issues.
+1
xml
1
The patch has no ill-formed XML file.
+1
shadedclient
694
patch has no errors when building and testing our client artifacts.
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