We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
patduin
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: