Transform file formats using AWS Glue

0

How to convert Avro files into Parquet using AWS Glue

demandé il y a 10 mois270 vues
1 réponse
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
répondu il y a 10 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions