1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
you can use AWS Glue to convert Avro files to Parquet by creating a Glue Job that uses a data stores with different configurations.
Please refer to this documentation on how to read Avro files: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format-avro-home.html#aws-glue-programming-etl-format-avro-read
and this on how to write Parquet files: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format-parquet-home.html#aws-glue-programming-etl-format-parquet-write
Relevant content
- asked 7 months ago
- asked a year ago
- asked 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 10 months ago