-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Feature] [Jdbc] custom configuration #5875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
…rk.tispark.pd.addresses=pd1:2379,pd2:2379,pd3:2379'
If you do not need user defined operations and data write operations in the same session, you can use |
Thank you, I need to configure it in a session |
I need to set these configurations in the same session, because these configurations are required when executing SQL in the current session and cannot be satisfied across sessions.I make a proposal. |
Do you have any ideas or designs to implement this feature? If so, you can share them here via email or google document for our discussion? |
Hello, when using jdbc, I need to set some properties before executing the query. It is not supported currently, so I added some things to help with the review.
Implement jdbc:hive2 custom attribute configuration, such as 'SET spark.tispark.pd.addresses=pd1:2379,pd2:2379,pd3:2379'