granewang opened a new issue, #6877: URL: https://github.com/apache/gravitino/issues/6877
### Version main branch ### Describe what's wrong After running kinit with a keytab, executing the spark-sql command with the following configurations: spark-sql -v --conf spark.plugins="org.apache.gravitino.spark.connector.plugin.GravitinoSparkPlugin" --conf spark.sql.gravitino.uri=http://xx.xx.xx.xx:8090/ --conf spark.sql.gravitino.metalake=nameOfmetalake --conf spark.sql.gravitino.enableIcebergSupport=true --conf spark.sql.warehouse.dir=xxxxx --conf spark.sql.gravitino.authType=kerberos And then USE CATALOG, then USE DB, SHOW TABLES : iceberg table not found ### Error message and/or stacktrace No error ### How to reproduce spark-sql -v --conf spark.plugins="org.apache.gravitino.spark.connector.plugin.GravitinoSparkPlugin" --conf spark.sql.gravitino.uri=http://xx.xx.xx.xx:8090/ --conf spark.sql.gravitino.metalake=nameOfmetalake --conf spark.sql.gravitino.enableIcebergSupport=true --conf spark.sql.warehouse.dir=xxxxx --conf spark.sql.gravitino.authType=kerberos And then USE CATALOG, then USE DB, SHOW TABLES ### Additional context _No response_ -- 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: commits-unsubscr...@gravitino.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org