You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/03/27 11:37:54 UTC

[GitHub] [iceberg] ayush-san commented on issue #2168: Flink: [doc] Is there a full example for Iceberg+Flink+S3 ?

ayush-san commented on issue #2168:
URL: https://github.com/apache/iceberg/issues/2168#issuecomment-808718975


   @jackye1995 I am passing `io-impl` to hive catalog in flink to save data in s3. But I am getting the following error 
   
   ```
   Exception in thread "main" java.lang.NoClassDefFoundError: software/amazon/awssdk/services/s3/model/ObjectCannedACL
   	at org.apache.iceberg.aws.AwsProperties.<init>(AwsProperties.java:236)
   	at org.apache.iceberg.aws.s3.S3FileIO.initialize(S3FileIO.java:108)
   	at org.apache.iceberg.CatalogUtil.loadFileIO(CatalogUtil.java:237)
   	at org.apache.iceberg.hive.HiveCatalog.initialize(HiveCatalog.java:168)
   	at org.apache.iceberg.hive.HiveCatalog.<init>(HiveCatalog.java:147)
   	at org.apache.iceberg.flink.CatalogLoader$HiveCatalogLoader.loadCatalog(CatalogLoader.java:112)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org