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

Thejas M Nair commented on HIVE-5131:
-------------------------------------

The changes look good. For the unit test, instead of making change to the url 
used by all tests in TestBeeLineWithArgs, can you change it so that the url can 
be customized per test ? 
Maybe something like this - 
{code}
 final static String BASE_JDBC_URL = BeeLine.BEELINE_DEFAULT_JDBC_URL + 
"localhost:10000"
// set JDBC_URL to something else in test case, if it needs to be customized
 String JDBC_URL = BASE_JDBC_URL;

// Use JDBC_URL to connect
{code}
                
> JDBC client's hive variables are not passed to HS2
> --------------------------------------------------
>
>                 Key: HIVE-5131
>                 URL: https://issues.apache.org/jira/browse/HIVE-5131
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 0.11.0
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>             Fix For: 0.12.0
>
>         Attachments: HIVE-5131.patch, HIVE-5131.patch
>
>
> Related to HIVE-2914. However, HIVE-2914 seems addressing Hive CLI only. JDBC 
> clients suffer the same problem. This was identified in HIVE-4568. I decided 
> it might be better to separate issue from a different issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to