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
posta 5 mesi fa423 visualizzazioni
1 Risposta
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
TECNICO DI SUPPORTO
con risposta 5 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