-
Notifications
You must be signed in to change notification settings - Fork 5k
[BUG] Hive JDBC connection parameter ignored #2923
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The jdbc connection parameter of Hive datasource, should append after the question mark when building jdbc url, like jdbc:hive2://host:port/default?mapred.job.queue.name=root.users.a. But actually, it append after the semicolon, so the result is jdbc:hive2://host:port/default;mapred.job.queue.name=root.users.a, which make the parameter being ignored
For testing, I set the parameter in this way {"?mapred.job.queue.name":"root.user.a"}, and now it can be set correctly
Which version of Dolphin Scheduler:
- [1.2.1-release]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
