Transform file formats using AWS Glue

0

How to convert Avro files into Parquet using AWS Glue

posta 10 mesi fa270 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 10 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande