-
Hi folks,
In the GUI of Gravitino I can see all databases and tables. I launch a spark-sql I create a database
But I got this error
But the directory is well created and I can see the table schema in gravitino
I cannot also list data from the table :
Neither an already existing table
It seems there is a problem with reading the data. I may have forgotten a configuration. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
There are some known limitations for |
Beta Was this translation helpful? Give feedback.
-
Hello, Context : POC HiveMetastore + HDFS + Kerberos on stack HDP 3.1.4 Add iceberg-spark-runtime-3.5_2.13-1.7.1.jar + gravitino-spark-connector-runtime-3.5_2.13-0.7.0-incubating.jar to the jars folder of spark. file conf/spark-default.conf
Server iceberg installed as standalone (gravitino-iceberg-rest-server-0.8.0-incubating-bin.tar.gz)
Catalogs:
Test:
|
Beta Was this translation helpful? Give feedback.
Hello,
my spark-sql is now working with gravitino by following the playground conf + adding other configurations.
I put my configuration here if it can help.
Context : POC HiveMetastore + HDFS + Kerberos on stack HDP 3.1.4
Using spark 3.5 (spark-3.5.4-bin-hadoop3-scala2.13).
Add iceberg-spark-runtime-3.5_2.13-1.7.1.jar + gravitino-spark-connector-runtime-3.5_2.13-0.7.0-incubating.jar to the jars folder of spark.
Add core-site.xml, hdfs-site.xml and hive-site.xml to the conf folder of spark.
file conf/spark-default.conf