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
Exception in thread "main" java.lang.NoSuchMethodError: 'java.lang.String com.google.cloud.hadoop.repackaged.gcs.com.google.cloud.storage.HttpStorageOptions.getUniverseDomain()'
at com.google.cloud.hadoop.repackaged.gcs.com.google.cloud.storage.StorageImpl.getOptions(StorageImpl.java:1614)
at com.google.cloud.hadoop.repackaged.gcs.com.google.cloud.storage.StorageImpl.<init>(StorageImpl.java:108)
at com.google.cloud.hadoop.repackaged.gcs.com.google.cloud.storage.HttpStorageOptions$HttpStorageFactory.create(HttpStorageOptions.java:325)
at com.google.cloud.hadoop.repackaged.gcs.com.google.cloud.storage.HttpStorageOptions$HttpStorageFactory.create(HttpStorageOptions.java:296)
at com.google.cloud.hadoop.repackaged.gcs.com.google.cloud.ServiceOptions.getService(ServiceOptions.java:540)
at io.trino.Main.main(Main.java:35)
The text was updated successfully, but these errors were encountered:
This is the reproduible pom.xml, code snippet and the error message. hadoop3-2.2.21 was no problem.
The text was updated successfully, but these errors were encountered: