-
conditionBy connecting to the 10000 port of hiveserver2, the query can be performed normally, but not through kyuubi. Do I need to introduce the aws package under kyuubi's lib? At present, AWS dependencies have been introduced in hive spark hadoop related directories. error
|
Beta Was this translation helpful? Give feedback.
Answered by
pan3793
Dec 20, 2023
Replies: 1 comment 4 replies
-
The error stacktrace indicates that you have classpath issue on your Spark driver |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check the following things:
spark-sql
always launch Spark application on the client mode, but Kyuubi would respect thespark.submit.deployMode
, does client/cluster mode have same issues?