Ajout d'une réplication pour Apache Iceberg
Ajout d'une réplication
Afin d'ajouter une réplication pour l'iceberg Apache
Vous revenez à la page Replicat, dans laquelle vous pouvez visualiser la création du processus Replicat et accéder aux actions de réplication.
Réplication d'Apache Iceberg à l'aide d'AWS Glue Data Catalog et de buckets Amazon S3
Dans les réplications Apache Iceberg utilisant AWS Glue Data Catalog et les buckets AWS S3, vous pouvez rencontrer l'erreur suivante :
Cannot find constructor for interface org.apache.iceberg.catalog.Catalog
Missing org.apache.iceberg.aws.glue.GlueCatalog [java.lang.NoClassDefFoundError: software/amazon/awssdk/services/glue/model/AlreadyExistsException]Solution de contournement : mettez à jour le fichier
gg.classpath comme suit :gg.classpath=$THIRD_PARTY_DIR/iceberg/*:$THIRD_PARTY_DIR/s3/*:$THIRD_PARTY_DIR/hadoop/*::$THIRD_PARTY_DIR/s3/*:$THIRD_PARTY_DIR/glue/*