Transform file formats using AWS Glue

0

How to convert Avro files into Parquet using AWS Glue

feita há 10 meses269 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 10 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas