You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Nessie CLI 0.95.0, when trying to connect to a running Nessie server configured with an AWS warehouse:
Not connected - use 'CONNECT TO' statement
Nessie> CONNECT TO http://127.0.0.1:19120/iceberg
Connecting to http://127.0.0.1:19120/iceberg ...
SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider]
Encountered an error executing the following statement
CONNECT TO http://127.0.0.1:19120/iceberg
IllegalArgumentException: Cannot initialize FileIO implementation org.apache.iceberg.aws.s3.S3FileIO: Cannot find constructor for interface org.apache.iceberg.io.FileIO
Missing org.apache.iceberg.aws.s3.S3FileIO [java.lang.NoClassDefFoundError: software/amazon/awssdk/services/s3/model/S3Exception]
caused by: java.lang.NoSuchMethodException: Cannot find constructor for interface org.apache.iceberg.io.FileIO
Missing org.apache.iceberg.aws.s3.S3FileIO [java.lang.NoClassDefFoundError: software/amazon/awssdk/services/s3/model/S3Exception]
if the server is configured with GCP instead:
Not connected - use 'CONNECT TO' statement
Nessie> CONNECT TO http://127.0.0.1:19120/iceberg
Connecting to http://127.0.0.1:19120/iceberg ...
SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider]
Encountered an error executing the following statement
CONNECT TO http://127.0.0.1:19120/iceberg
IllegalArgumentException: Cannot initialize FileIO implementation org.apache.iceberg.gcp.gcs.GCSFileIO: Cannot find constructor for interface org.apache.iceberg.io.FileIO
Missing org.apache.iceberg.gcp.gcs.GCSFileIO [java.lang.NoClassDefFoundError: com/google/auth/Credentials]
caused by: java.lang.NoSuchMethodException: Cannot find constructor for interface org.apache.iceberg.io.FileIO
Missing org.apache.iceberg.gcp.gcs.GCSFileIO [java.lang.NoClassDefFoundError: com/google/auth/Credentials]
Connecting to http://127.0.0.1:19120/api/v2 does not work either (same error).
The text was updated successfully, but these errors were encountered:
Issue description
With Nessie CLI 0.95.0, when trying to connect to a running Nessie server configured with an AWS warehouse:
if the server is configured with GCP instead:
Connecting to
http://127.0.0.1:19120/api/v2
does not work either (same error).The text was updated successfully, but these errors were encountered: