You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/03 14:46:43 UTC

[GitHub] [incubator-kyuubi] TangYan-1 commented on issue #2005: [Bug] in Kyuubi spark sql, the built_in spark_catalog can't work when using iceberg.

TangYan-1 commented on issue #2005:
URL: https://github.com/apache/incubator-kyuubi/issues/2005#issuecomment-1058114999


   But the same queries can succeed via spark3-shell in the same cluster, which I'm using spark-runtime-3.1_2.12-0.13.1.jar downloaded from iceberg website. And actually it is very tricky, when I use another string as the catalog name, not the built-in spark_catalog, the query can succeed.
   set spark.sql.catalog.aaa = org.apache.iceberg.spark.SparkSessionCatalog;
   set spark.sql.catalog.aaa.type = hive;
   set spark.sql.catalog.aaa.uri = thrift://hivemestore_host:9083;
   create table aaa.default.testtable(key int) using iceberg;


-- 
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: dev-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org