zhuangchong opened a new issue #4472:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4472


   
   **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://<host1>:<port1>,<host2>:<port2>/dbName;tez.queue.name=tqn, and the 
normal JDBC URL is 
jdbc:hive2://<host1>:<port1>,<host2>:<port2>/dbName?tez.queue.name=tqn
   
   
   
   **Which version of Dolphin Scheduler:**
    -[dev]
   
   ---
   
   **bug 描述**
   
   解决hive jdbcUrl 
中权限部分参数拼接问题,如参数:tez.queue.name=tqn,拼接后的jdbcUrl为jdbc:hive2://<host1>:<port1>,<host2>:<port2>/dbName;tez.queue.name=tqn,正常的jdbcUrl是jdbc:hive2://<host1>:<port1>,<host2>:<port2>/dbName?tez.queue.name=tqn
   
   **哪个版本**
    -[dev]
   
   
   
![image](https://user-images.githubusercontent.com/37063904/104728508-ef248100-5771-11eb-981b-f501c6be9a61.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to