[ 
https://issues.apache.org/jira/browse/HIVE-22317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984119#comment-16984119
 ] 

Hive QA commented on HIVE-22317:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12986929/HIVE-22317.02.patch

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:green}SUCCESS:{color} +1 due to 17751 tests passed

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/19646/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/19646/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-19646/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12986929 - PreCommit-HIVE-Build

> Beeline-site parser does not handle the variable substitution correctly
> -----------------------------------------------------------------------
>
>                 Key: HIVE-22317
>                 URL: https://issues.apache.org/jira/browse/HIVE-22317
>             Project: Hive
>          Issue Type: Bug
>          Components: Beeline
>    Affects Versions: 4.0.0
>         Environment: Hive-4.0.0
>            Reporter: Rajkumar Singh
>            Assignee: Rajkumar Singh
>            Priority: Major
>         Attachments: HIVE-22317.01.patch, HIVE-22317.02.patch, 
> HIVE-22317.patch
>
>
> beeline-site.xml
> {code:java}
> <configuration xmlns:xi="http://www.w3.org/2001/XInclude";>
>  
>  <property>
>  <name>beeline.hs2.jdbc.url.container</name>
>  
> <value>jdbc:hive2://c3220-node2.host.com:2181,c3220-node3.host.com:2181,c3220-node4.host.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2</value>
>  </property>
>  
>  <property>
>  <name>beeline.hs2.jdbc.url.default</name>
>  <value>test</value>
>  </property>
>  <property>
> <name>beeline.hs2.jdbc.url.test</name>
> <value>${beeline.hs2.jdbc.url.container}?tez.queue.name=myqueue</value>
> </property> 
>  <property>
>  <name>beeline.hs2.jdbc.url.llap</name>
>  
> <value>jdbc:hive2://c3220-node2.host.com:2181,c3220-node3.host.com:2181,c3220-node4.host.com:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2-interactive</value>
>  </property>
>  
>  </configuration>{code}
> beeline fail to connect because it does not parse the substituted value 
> correctly
> {code:java}
> beeline
> Error in parsing jdbc url: 
> ${beeline.hs2.jdbc.url.container}?tez.queue.name=myqueue from beeline-site.xml
> beeline>  {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to