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

Implement Avro Schema Copier for S3-S3 replications #162

Closed
patduin opened this issue Jan 14, 2020 · 0 comments · Fixed by #163
Closed

Implement Avro Schema Copier for S3-S3 replications #162

patduin opened this issue Jan 14, 2020 · 0 comments · Fixed by #163
Assignees

Comments

@patduin
Copy link
Contributor

patduin commented Jan 14, 2020

As a user
I'd like to implement a new schema copier
So that I can copy external avro schema from s3 to another s3 location

Our current implementation of the SchemaCopier (https://github.com/HotelsDotCom/circus-train/blob/master/circus-train-avro/src/main/java/com/hotels/bdp/circustrain/avro/util/SchemaCopier.java) Assumes the target is HDFS and doesn't work correctly when trying to replicate data from s3 to another s3 location.

Acceptance Criteria

  • Implement an s3s3SchemaCopier that applies the same settings as the data copier (e.g. canned-acl, same configured CredentialProvider.
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