cxzl25 commented on issue #4885:
URL: https://github.com/apache/kyuubi/issues/4885#issuecomment-1596453266
> Hello, can you provide your Kyuubi Server Configuration and Kyuubi Server
Configuration? thanks
Kyuubi server only configures Spark home in `kyuubi-env.sh`
The configuration of spark is as follows
`SPARK_HOME/conf/spark-defaults.conf`
```properties
spark.sql.extensions=org.apache.spark.sql.hudi.HoodieSparkSessionExtension
spark.serializer=org.apache.spark.serializer.KryoSerializer
spark.sql.catalog.spark_catalog=org.apache.spark.sql.hudi.catalog.HoodieCatalog
```
`SPARK_HOME/conf/hive-site.xml`
```xml
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>hive.metastore.uris</name>
<value>thrift://localhost:9083</value>
</property>
</configuration>
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]