Add a Replicat for Apache Iceberg
Add a Replicat
To add a Replicat for Apache Iceberg
You return to the Replicat page where you can view the creation of the Replicat process and access Replicat Actions.
Apache Iceberg replication using AWS Glue Data Catalog and Amazon S3 buckets
In Apache Iceberg replications using AWS Glue Data Catalog and AWS S3 buckets, you
may encounter the following
error:
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]Workaround: Update the
gg.classpath as
follows:gg.classpath=$THIRD_PARTY_DIR/iceberg/*:$THIRD_PARTY_DIR/s3/*:$THIRD_PARTY_DIR/hadoop/*::$THIRD_PARTY_DIR/s3/*:$THIRD_PARTY_DIR/glue/*