為 Apache Iceberg 新增 Replicat
使用 AWS Glue Data Catalog 和 Amazon S3 儲存桶進行 Apache Iceberg 複製
在使用 AWS Glue Data Catalog 和 AWS S3 儲存桶的 Apache Iceberg 複製中,您可能會遇到下列錯誤:
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]解決方法:以下列方式更新
gg.classpath:gg.classpath=$THIRD_PARTY_DIR/iceberg/*:$THIRD_PARTY_DIR/s3/*:$THIRD_PARTY_DIR/hadoop/*::$THIRD_PARTY_DIR/s3/*:$THIRD_PARTY_DIR/glue/*