yyh2954360585 commented on issue #4885: URL: https://github.com/apache/kyuubi/issues/4885#issuecomment-1641281956
> > 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` > > ```ini > 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 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> > ``` Hello buddy, could you provide a screenshot of the corresponding SQL Details and SQL/DataFrame Properties information found in the SQL/DataFrame menu bar in the Spark UI after executing the dml statement through kyuubi? Let me compare the differences between us. Thank you. As shown in the following figure:  -- 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]
