Skip to content

[Bug][DataSource] Hive JDBC partial permission parameter concatenation JDBC URL error #4472

@zhuangchong

Description

@zhuangchong

Describe the bug
Solve the problem of parameter splicing of permission part in Hive JDBC URL, such as parameter: tez.queue.name=tqn The spliced JDBC URL is jdbc:hive2://:,:/dbName;tez.queue.name=tqn, and the normal JDBC URL is jdbc:hive2://:,:/dbName?tez.queue.name=tqn

Which version of Dolphin Scheduler:
-[dev]


bug 描述

解决hive jdbcUrl 中权限部分参数拼接问题,如参数:tez.queue.name=tqn,拼接后的jdbcUrl为jdbc:hive2://:,:/dbName;tez.queue.name=tqn,正常的jdbcUrl是jdbc:hive2://:,:/dbName?tez.queue.name=tqn

哪个版本
-[dev]

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions