Closed hanna-liashchuk closed 2 years ago
Hello @hanna-liashchuk, Thanks for finding the time to report the issue! We really appreciate the community's efforts to improve Apache Kyuubi (Incubating).
beeline -u jdbc:hive2://localhost:10009/default;#spark.sql.shuffle.partitions=2;spark.executor.memory=5g
You should quote the JDBC url by '
, and we recommend placing spark confs after ?
instead of #
Ref: https://kyuubi.apache.org/docs/latest/client/hive_jdbc.html
Code of Conduct
Search before asking
Describe the bug
Seems that passing spark configurations has no effect. For example, I'm running
but I can see from the logs that Spark engine is created without these configurations
I'm reffering to this doc
Affects Version(s)
1.4.1-incubating
Kyuubi Server Log Output
No response
Kyuubi Engine Log Output
Kyuubi Server Configurations
Kyuubi Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?