bharos opened a new pull request, #7451:
URL: https://github.com/apache/gravitino/pull/7451
Otherwise this causes error on reading the iceberg tables, like
```
Caused by: org.apache.hadoop.fs.UnsupportedFileSystemException: No
FileSystem for scheme "gs"
at
org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:3239)
~[hadoop-common-2.10.2.jar:?]
at
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3259)
~[hadoop-common-2.10.2.jar:?]
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:121)
~[hadoop-common-2.10.2.jar:?]
at
org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3310)
~[hadoop-common-2.10.2.jar:?]
```
The gcs connector jar is required to fix this
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]