[GOBBLIN-1487] Add gridfs datanode gaas#3326
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3326 +/- ##
============================================
- Coverage 46.41% 46.40% -0.02%
- Complexity 10004 10014 +10
============================================
Files 2031 2034 +3
Lines 79002 79069 +67
Branches 8834 8840 +6
============================================
+ Hits 36668 36689 +21
- Misses 38932 38973 +41
- Partials 3402 3407 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
@aplex @jack-moseley @arjun4084346 @umustafi please take a look |
umustafi
reviewed
Jul 1, 2021
| job.name=DistcpToGridFS | ||
|
|
||
| #team.name and dataset.name to be supplied via flowConfig | ||
| from=/data/out/${dataset.name} |
Contributor
There was a problem hiding this comment.
are the from and to the same because we are making a copy from hdfs to gridfs?
Contributor
Author
There was a problem hiding this comment.
it's just the local cluster path in this scenario, so it doesn't matter what the fs is as it gets accounted for later.
arjun4084346
approved these changes
Jul 1, 2021
aplex
approved these changes
Jul 1, 2021
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.
Dear Gobblin maintainers,
Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
JIRA
Description
Adds GridFS as a recognized fs schema
Tests
Commits