LEOPROGRAM opened a new issue, #2029: URL: https://github.com/apache/incubator-linkis/issues/2029
### Search before asking - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues. ### Linkis Component linkis-cg-engineConnplugin ### What happened + What you expected to happen  执行spark引擎的时候报错,在创建的时候提示没有加载hive相关的类 ### Relevent platform centos 7.3 CDH6.3.2 spark 2.4.8 ### Reproduction script if (jars.nonEmpty) conf.setJars(jars) if (execUri != null) conf.set("spark.executor.uri", execUri) if (System.getenv("SPARK_HOME") != null) conf.setSparkHome(System.getenv("SPARK_HOME")) conf.set("spark.scheduler.mode", "FAIR") info("test.spark.conf====> tostring: " + conf.toDebugString) val builder = SparkSession.builder.config(conf) builder.enableHiveSupport().getOrCreate() ### Anything else _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! -- 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-unsubscr...@linkis.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org