YueLiRex opened a new issue, #10922: URL: https://github.com/apache/gravitino/issues/10922
### Version main branch ### Describe what's wrong Can't view the iceberg table definition after write data to the table ### Error message and/or stacktrace Error message is something like missing S3 class from classpath. ### How to reproduce Deploy iceberg rest catalog as an auxiliary service embedded in the Gravitino server to kubernetes. Create metalake. Create schema. Use any application to create table and write data. Go back to Gravitino web interface, click metalake -> click schema -> click table -> can't display table columns ### Additional context I tried with run the Gravitino server directly on my local machine (not on k8s). I solved the problem by manually put gravitino-iceberg-aws-bundle-1.2.0 to **Gravitino class** path (not the iceberg rest catalog class path). It would be good to also include gravitino-iceberg-aws-bundle-1.2.0 or aws s3 library as dependency in Gravitino. -- 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]
