danhuawang commented on issue #10698: URL: https://github.com/apache/gravitino/issues/10698#issuecomment-4197580618
Is there same parameter not the same ? ``` wangdanhua@wangdanhuadeMBP spark-bin-irc % export SPARK_USER=anonymous wangdanhua@wangdanhuadeMBP spark-bin-irc % ./bin/spark-sql -v \ --conf spark.plugins="org.apache.gravitino.spark.connector.plugin.GravitinoSparkPlugin" \ --conf spark.sql.gravitino.uri=http://127.0.0.1:18090 \ --conf spark.sql.gravitino.metalake=irc_test \ --conf spark.sql.gravitino.enableIcebergSupport=true \ --conf spark.sql.gravitino.client.socketTimeoutMs=60000 \ --conf spark.sql.gravitino.client.connectionTimeoutMs=60000 spark-sql ()> use irc_catalog; use irc_catalog Time taken: 0.02 seconds spark-sql ()> use dml; use dml Time taken: 0.073 seconds spark-sql (dml)> select * from test; select * from test Time taken: 1.712 seconds spark-sql (dml)> use irc_catalog.dml; use irc_catalog.dml Time taken: 0.075 seconds spark-sql (dml)> show tables; show tables test Time taken: 0.205 seconds, Fetched 1 row(s) ``` -- 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]
