Skip to content
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

PoC _INFO files generation in S3 #37

Closed
dk1844 opened this issue Aug 19, 2020 · 0 comments · Fixed by #38
Closed

PoC _INFO files generation in S3 #37

dk1844 opened this issue Aug 19, 2020 · 0 comments · Fixed by #38
Assignees

Comments

@dk1844
Copy link
Collaborator

dk1844 commented Aug 19, 2020

Enceladus expects to be able to generate _INFO files to be generated in the output directory alongside the spark output.

This feature is originally implemented using HDFS API, for AWS S3, we need to replicate the functionality for S3. Options are:

  • AWS SDK for S3 API (primary option)
  • using temp HDFS location and copying the _INFO file(s) over (fallback option)

The most prominent entry point should be:
AtumImplicits.SparkSessionWrapper(spark) and internally ControlFrameworkState.storeCurrentInfoFile

@dk1844 dk1844 self-assigned this Aug 19, 2020
@dk1844 dk1844 changed the title Info files generation in S3 PoC _INFO files generation in S3 Aug 19, 2020
@dk1844 dk1844 linked a pull request Aug 31, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant