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
demandé il y a 5 mois424 vues
1 réponse
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
INGÉNIEUR EN ASSISTANCE TECHNIQUE
répondu il y a 5 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