Replies: 1 comment 1 reply
-
there are multiple components/processes in a distribution system, which component/process reports the error? and any more stacktraces? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
使用如下命令启动引擎
bin/beeline -u 'jdbc:hive2://xx.xx.xx:10009/default;#kyuubi.session.real.user=wp;kyuubi.engine.jdbc.driver.class=com.mongodb.spark.sql;spark.driver.extraClassPath=/opt/apache-kyuubi-1.8.0-bin/spark-driver-jars/mongo-spark-connector_2.12-2.4.1.jar:/opt/apache-kyuubi-1.8.0-bin/spark-driver-jars/mongo-java-driver-3.11.0-rc0.jar;spark.jars=/opt/apache-kyuubi-1.8.0-bin/spark-driver-jars/mongo-spark-connector_2.12-2.4.1.jar,/opt/apache-kyuubi-1.8.0-bin/spark-driver-jars/mongo-java-driver-3.11.0-rc0.jar;spark.yarn.jars=hdfs://nameservice1/dolphinscheduler-v2/default/resources/spark-jars/*.jar;spark.submit.deployMode=cluster'
启动成功
但是执行表的创建
报错如下:
我怀疑是jar包没有下载,麻烦帮我看看。
Beta Was this translation helpful? Give feedback.
All reactions