nastra commented on issue #9679: URL: https://github.com/apache/iceberg/issues/9679#issuecomment-1933702701
> Looks like iceberg-aws-bundle doesn't have this class: > > `Exception in thread "main" java.lang.NoClassDefFoundError: software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClient$Builder` > > Should I just add the awsask to classpath also? I thought that iceberg-aws-bundle was supposed to include all that. Ah yeah this is a bug unfortunately and we need to add this to the `aws-bundle`, which I've done in https://github.com/apache/iceberg/pull/9685. In the meantime you'd have to either add the AWS SDK or just the url-connection-client dependency -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org