Transform file formats using AWS Glue

0

How to convert Avro files into Parquet using AWS Glue

asked 9 months ago251 views
1 Answer
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

profile pictureAWS
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions