-
Notifications
You must be signed in to change notification settings - Fork 9
AWS S3 support for Atum #38
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1648c9b
testrun fix (spark.testing.memory=1g)
dk1844 b1f5e17
spark-version update to v2.4.5, json4s update, aws sdk latest version…
dk1844 d0145ca
tests enabled in examples, order for the sample measurements tests in…
dk1844 ac00d10
Loader from s3 crudely works on local host by reading my SAML profile
dk1844 aa50232
Storer to s3 crudely works on local host by reading my SAML profile a…
dk1844 6ecf7f2
Unit tests for ControlMeasuresHdfsLoaderJsonFile | ControlMeasuresHdf…
dk1844 11b751b
Unit tests for ControlMeasuresS3LoaderJsonSpec
dk1844 89def5c
ScalaTest version update to 3.2.2, Mockito -> ScalaMockito
dk1844 003bb24
ControlMeasuresS3LoaderJsonSpec enhanced - now checking the GetObject…
dk1844 3e2125d
ControlMeasuresS3StorerJsonSpec added
dk1844 98f27b9
SampleS3Measurements1|2 now work with SAML profile and KMS Key ID loa…
dk1844 e993f78
scaladoc fix (reformat revert)
dk1844 6c51d92
scala doc touchups
dk1844 def1d73
storeCurrentInfoFile divided into HDFS and S3 version
dk1844 f609686
writeInfoFileForQueryForS3 vs writeInfoFileForQuery - based on used s…
dk1844 60c1be4
writeInfoFileForQueryForS3 vs writeInfoFileForQuery - fix
dk1844 5d051b9
SparkQueryExecutionListerner.onSuccess - only writing info with a def…
dk1844 3fa2198
isValidS3Path added to S3Utils, test updates
dk1844 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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This way, the accumulator insides are opened to the rest of the Atum to behave differently based on what kind of storer (HDFS vs S3) is used.