How to co-exist both Apache Hudi with Apache Iceberg environments

0

If my environment is full of Apache Hudi integrating with EMR and Lake Formation, I found out that Hudi environment is not very friendly to be used by Redshift nor Athena. There are many advanced features on Redshift and Athena that are available only on Apache Iceberg. How can I make Hudi data available in the Apache Iceberg environment such that I can use Redshift and Athena services and Lake Formation in the way of Iceberg ?

Ray Lai
preguntada hace 5 meses425 visualizaciones
1 Respuesta
3

Hello,

As you might aware that both file format's metadata and data structure are different, choosing the right one is certainly depends on the individual use case. If you want to bring the Hudi dataset to Iceberg compatible, you can use Spark to read the Hudi table into dataframe and write it as Iceberg formatted files to S3 or Without copying data, you can use CTAS to convert the file format. Please also note that, post conversion the history of versions will be lost. A couple of external references for your review below,

I see this doc for delta to iceberg conversion which might applies to Hudi as well.

External solution that available for this conversion (no personal experience)

In addition, you can use Trino in EMR to read the Hudi tables which is more performance oriented.

AWS
INGENIERO DE SOPORTE
respondido hace 5 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas