Skip to content

[Question] Spark Configurations Via JDBC Connection URL #2937

Answered by pan3793
hanna-liashchuk asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hanna-liashchuk
Comment options

You must be logged in to vote
1 reply
@cxzl25
Comment options

Comment options

You must be logged in to vote
3 replies
@pan3793
Comment options

@imperio-wxm
Comment options

@pan3793
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
kind:bug This is a clearly a bug priority:major
5 participants
Converted from issue

This discussion was converted from issue #2936 on June 23, 2022 01:40.