-
Notifications
You must be signed in to change notification settings - Fork 104
Extending HDFS Lineage Dispatcher to support writing lineage files to a centralised location #893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rkrumins
wants to merge
25
commits into
AbsaOSS:develop
Choose a base branch
from
rkrumins:feature/write-hdfs-lineage-to-centralised-location
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+274
−9
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
8d49e2f
Added initial implementation for writing lineage messages using HDFS …
rkrumins a35a99c
Added creation of the base customLineagePath directory ensuring linea…
rkrumins 7a824bf
Updated documentation for Hdfs Dispatcher in spline.default.yaml file
rkrumins 96373b4
Added initial integration tests for HDFS Lineage Dispatcher with cent…
rkrumins 2b01b81
Aliging tests to be running same evaluation as when using default mode
rkrumins 6f0ecdf
Minor cleanup in HDFSLineageDispatcher
rkrumins b064041
Fixed issue with unmatched types for resolveLineagePath in HDFSLineag…
rkrumins 578c876
Fixing issues as per SonarQube for HDFSLineageDispatcher
rkrumins bebf4c9
Fix for the issue in fsScheme!
rkrumins 04eebe3
Constant for file extension in HDFSLineageDispatcherSpec
rkrumins 5f63f61
Removed outputSource filename when writing file to new location and u…
rkrumins 8bb78a1
Fixing issues as per static code analysis
rkrumins 7a93705
Fixing issues in logic for HDFSLineageDispatcher
rkrumins 32db7ac
Fixing issue with exception handling for mkdirs in HDFSLineageDispatcher
rkrumins 30f2f40
Updated integration test for custom lineage path in HDFSLineageDispat…
rkrumins 87936b8
Ensuring the edgecase with Spark AppName containing non-standard char…
rkrumins 4e699dd
HDFSLineageDispatcherSpec debug for failing integration test
rkrumins 8a4b431
HDFSLineageDispatcherSpec debug for failing integration test
rkrumins 6bc068d
Fixing issues in HDFSLineageDispatcherSpec
rkrumins d155a98
Fixing issues in HDFSLineageDispatcherSpec
rkrumins 4c7d723
Fixed integration test and changed the filename to avoid clashed from…
rkrumins cd535c9
Added more robust check to ensure no _LINEAGE file is created
rkrumins 0e5c69a
Added getOrElse when obtaining planId in HDFSLineageDispatcher
rkrumins bebc869
Added getOrElse when obtaining planId in HDFSLineageDispatcher
rkrumins 7bd5b0a
Updated spline.default.yaml as per up-to-date details for HDFSLineage…
rkrumins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.